summaryrefslogtreecommitdiff
path: root/ev.h
diff options
context:
space:
mode:
authorroot <root>2009-07-14 20:31:21 +0000
committerroot <root>2009-07-14 20:31:21 +0000
commit5fda87c6986d7a734b73b21afac13eb80242012b (patch)
treec51143c71e1d3642dc92dd4d255e3f577fbd288d /ev.h
parent7564459ef21327361ff12bb9e2c793cb755b45cb (diff)
*** empty log message ***
Diffstat (limited to 'ev.h')
-rw-r--r--ev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ev.h b/ev.h
index a40528c..0d00f0b 100644
--- a/ev.h
+++ b/ev.h
@@ -553,6 +553,7 @@ void *ev_userdata (EV_P);
void ev_set_invoke_pending_cb (EV_P_ void (*invoke_pending_cb)(EV_P));
void ev_set_loop_release_cb (EV_P_ void (*release)(EV_P), void (*acquire)(EV_P));
+unsigned int ev_pending_count (EV_P); /* number of pending events, if any */
void ev_invoke_pending (EV_P); /* invoke all pending watchers */
/*