diff options
author | Maria Matejka <mq@ucw.cz> | 2021-02-08 09:51:59 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2021-11-22 19:05:43 +0100 |
commit | 1289c1c5eede5b3d015d06b725d30024ccac51bd (patch) | |
tree | 3461d23b870f3a1c739cdea91b8a2231a70171a6 /sysdep/unix/unix.h | |
parent | 1db83a507a9ae287815d62733d1337074993b433 (diff) |
Coroutines: A simple and lightweight parallel execution framework.
Diffstat (limited to 'sysdep/unix/unix.h')
-rw-r--r-- | sysdep/unix/unix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdep/unix/unix.h b/sysdep/unix/unix.h index ad85d1ea..313c97c3 100644 --- a/sysdep/unix/unix.h +++ b/sysdep/unix/unix.h @@ -106,6 +106,7 @@ extern volatile sig_atomic_t async_shutdown_flag; void io_init(void); void io_loop(void); +void io_loop_reload(void); void io_log_dump(void); int sk_open_unix(struct birdsock *s, char *name); struct rfile *rf_open(struct pool *, const char *name, const char *mode); |