summaryrefslogtreecommitdiff
path: root/ev.h
diff options
context:
space:
mode:
authorroot <root>2007-11-10 03:19:21 +0000
committerroot <root>2007-11-10 03:19:21 +0000
commitf2a9defa2bdaf750790aae6cea75cf23b945189e (patch)
treec645019c699da99d4dec0963ea9c85a8ef7540c3 /ev.h
parent6724cd5b6ffe05187a5520b0cd3771c7dbe83896 (diff)
optimise ev_now when \!MULTIPLICITY
Diffstat (limited to 'ev.h')
-rw-r--r--ev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev.h b/ev.h
index 589e8ea..cde9da0 100644
--- a/ev.h
+++ b/ev.h
@@ -272,7 +272,7 @@ int ev_default_loop (int methods); /* returns true when successful */
static ev_tstamp
ev_now ()
{
- extern ev_rt_now;
+ extern ev_tstamp ev_rt_now;
return ev_rt_now;
}