X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/c04c7d0577ceddfe470b6fdcaf727ced91a67d1a..57bdc324ccc888c220f3184c1f6952106316762e:/event.h diff --git a/event.h b/event.h index 5226924..1466f90 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); @@ -120,7 +121,7 @@ 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); #ifndef EV_STANDALONE -# include "event_compat.h" +# include #endif #ifdef __cplusplus