mirror of
https://github.com/Zygo/bees.git
synced 2025-07-05 10:02:27 +02:00
trace: export exception_check
We need to call this from more than one place in bees. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
@ -901,5 +901,6 @@ void bees_readahead_pair(int fd, off_t offset, size_t size, int fd2, off_t offse
|
||||
void bees_unreadahead(int fd, off_t offset, size_t size);
|
||||
void bees_throttle(double time_used, const char *context);
|
||||
string format_time(time_t t);
|
||||
bool exception_check();
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user