summaryrefslogtreecommitdiff
path: root/ev.h
diff options
context:
space:
mode:
authorroot <root>2009-07-09 09:11:20 +0000
committerroot <root>2009-07-09 09:11:20 +0000
commitce8dc1a03da38c405583d4673d8da12c2a26373e (patch)
tree3ef659f288940a17ba4950399baf18be3b67e1e9 /ev.h
parentdcdb154c9c5bd4ae64d5ebde7392ce11d7c774aa (diff)
*** empty log message ***
Diffstat (limited to 'ev.h')
-rw-r--r--ev.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/ev.h b/ev.h
index 52ed6cf..16e6a94 100644
--- a/ev.h
+++ b/ev.h
@@ -469,7 +469,6 @@ void ev_loop_destroy (EV_P);
void ev_loop_fork (EV_P);
ev_tstamp ev_now (EV_P); /* time w.r.t. timers and the eventloop, updated after each poll */
-void ev_now_update (EV_P);
#else
@@ -503,11 +502,14 @@ void ev_default_destroy (void); /* destroy the default loop */
/* you can actually call it at any time, anywhere :) */
void ev_default_fork (void);
-unsigned int ev_backend (EV_P); /* backend in use by loop */
-unsigned int ev_loop_count (EV_P); /* number of loop iterations */
-unsigned int ev_loop_depth (EV_P); /* #ev_loop enters - #ev_loop leaves */
+unsigned int ev_backend (EV_P); /* backend in use by loop */
+unsigned int ev_loop_count (EV_P); /* number of loop iterations */
+unsigned int ev_loop_depth (EV_P); /* #ev_loop enters - #ev_loop leaves */
void ev_loop_verify (EV_P); /* abort if loop data corrupted */
+void ev_now_update (EV_P); /* update event loop time */
+void ev_invoke_pending (EV_P); /* invoke all pending watchers */
+
#if EV_WALK_ENABLE
/* walk (almost) all watchers in the loop of a given type, invoking the */
/* callback on every such watcher. The callback might stop the watcher, */