summaryrefslogtreecommitdiff
path: root/ev.c
diff options
context:
space:
mode:
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