diff options
Diffstat (limited to 'src/dged/reactor.h')
| -rw-r--r-- | src/dged/reactor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dged/reactor.h b/src/dged/reactor.h index 82ff3fe..b5ae1eb 100644 --- a/src/dged/reactor.h +++ b/src/dged/reactor.h @@ -20,7 +20,7 @@ struct reactor; struct reactor *reactor_create(void); void reactor_destroy(struct reactor *reactor); -void reactor_update(struct reactor *reactor); +void reactor_update(struct reactor *reactor, int timeout_ms); bool reactor_poll_event(struct reactor *reactor, uint32_t ev_id); uint32_t reactor_register_interest(struct reactor *reactor, int fd, enum interest interest); |
