]> git.llucax.com Git - software/libev.git/blobdiff - event.h
*** empty log message ***
[software/libev.git] / event.h
diff --git a/event.h b/event.h
index 5226924f85cb96bd6d35f02ff2fdad2af80f8646..1466f904f223140d2c09c309215d4f059fbdee0e 100644 (file)
--- 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);
 
 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);
 
 
 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
 int event_base_priority_init (struct event_base *base, int fd);
 
 #ifndef EV_STANDALONE
-# include "event_compat.h"
+# include <event_compat.h>
 #endif
 
 #ifdef __cplusplus
 #endif
 
 #ifdef __cplusplus