summaryrefslogtreecommitdiff
path: root/ev.c
diff options
context:
space:
mode:
authorroot <root>2008-09-08 17:24:39 +0000
committerroot <root>2008-09-08 17:24:39 +0000
commitdafe1af050d0634b467b94369ffc99b239a59fe6 (patch)
treeedda0d43ae06f2036b51d91ea5939866bbd4c67e /ev.c
parent78c9d94f390b9cbee7de2f26f0585d790058e8c4 (diff)
*** empty log message ***
Diffstat (limited to 'ev.c')
-rw-r--r--ev.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/ev.c b/ev.c
index aab04d3..bc8b8d4 100644
--- a/ev.c
+++ b/ev.c
@@ -1911,6 +1911,12 @@ ev_unref (EV_P)
--activecnt;
}
+void
+ev_now_update (EV_P)
+{
+ time_update (EV_A_ 1e100);
+}
+
static int loop_done;
void