summaryrefslogtreecommitdiff
path: root/ev_vars.h
diff options
context:
space:
mode:
authorroot <root>2007-11-10 03:13:50 +0000
committerroot <root>2007-11-10 03:13:50 +0000
commit6724cd5b6ffe05187a5520b0cd3771c7dbe83896 (patch)
treefe84afec23b798c98d12c2564baad4cc5da38cf7 /ev_vars.h
parentf0e9f4e4e09ba9877ac4d15fefde761cc96cd317 (diff)
optimise ev_now when \!MULTIPLICITY
Diffstat (limited to 'ev_vars.h')
-rw-r--r--ev_vars.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev_vars.h b/ev_vars.h
index c506944..e4ece3c 100644
--- a/ev_vars.h
+++ b/ev_vars.h
@@ -2,7 +2,7 @@
VARx(ev_tstamp, now_floor) /* last time we refreshed rt_time */
VARx(ev_tstamp, mn_now) /* monotonic clock "now" */
-VARx(ev_tstamp, rt_now)
+VARx(ev_tstamp, ev_rt_now)
VARx(ev_tstamp, rtmn_diff) /* difference realtime - monotonic time */
VARx(int, method)