diff options
author | root <root> | 2007-11-08 21:14:15 +0000 |
---|---|---|
committer | root <root> | 2007-11-08 21:14:15 +0000 |
commit | 691ff6d0d32c60f66a03079376110c1371614ef2 (patch) | |
tree | 317d8abf7ac4f4e902b976e85bb96145f555f52a /event.h | |
parent | 48151275f9dd2099bb2e98f47a341678182d9230 (diff) |
implement event_activate, might opt to replace it by a stright call to the callback?
Diffstat (limited to 'event.h')
-rw-r--r-- | event.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ int event_once (int fd, short events, void (*cb)(int, short, void *), void *arg, int event_add (struct event *ev, struct timeval *tv); int event_del (struct event *ev); -void event_active(struct event *ev, int res, short ncalls); /* ncalls is being ignored */ +void event_active (struct event *ev, int res, short ncalls); /* ncalls is being ignored */ int event_pending (struct event *ev, short, struct timeval *tv); |