diff options
Diffstat (limited to 'event.h')
-rw-r--r-- | event.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -39,7 +39,7 @@ extern "C" { struct event { - /* lib watchers we map to */ + /* libev watchers we map onto */ union { struct ev_io io; struct ev_signal sig; @@ -120,3 +120,4 @@ int event_base_once (struct event_base *base, int fd, short events, void (*cb)(i int event_base_priority_init (struct event_base *base, int fd); #endif + |