summaryrefslogtreecommitdiff
path: root/event.h
diff options
context:
space:
mode:
authorroot <root>2007-11-08 21:08:56 +0000
committerroot <root>2007-11-08 21:08:56 +0000
commit48151275f9dd2099bb2e98f47a341678182d9230 (patch)
treeb28beeed4f402e75438fc206fee927f28f0753e2 /event.h
parent286fec65d89d8f47f6171ca9978294ce4b4e6ba8 (diff)
add ev_feed_event
Diffstat (limited to 'event.h')
-rw-r--r--event.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/event.h b/event.h
index 5226924..76a521a 100644
--- a/event.h
+++ b/event.h
@@ -104,6 +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 */
int event_pending (struct event *ev, short, struct timeval *tv);