From 691ff6d0d32c60f66a03079376110c1371614ef2 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 8 Nov 2007 21:14:15 +0000 Subject: implement event_activate, might opt to replace it by a stright call to the callback? --- event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'event.h') diff --git a/event.h b/event.h index 76a521a..87ad318 100644 --- a/event.h +++ b/event.h @@ -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); -- cgit v1.2.3