X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/db2ba1d67df543c8e0dbfc578005b065983bdc94..08ed0fbd9e065605f8ffbbae086efc2105539ce4:/ev_vars.h diff --git a/ev_vars.h b/ev_vars.h index d653213..1ab3fac 100644 --- a/ev_vars.h +++ b/ev_vars.h @@ -4,12 +4,12 @@ VARx(ev_tstamp, now_floor) /* last time we refreshed rt_time */ VARx(ev_tstamp, mn_now) /* monotonic clock "now" */ VARx(ev_tstamp, rtmn_diff) /* difference realtime - monotonic time */ -VARx(ev_tstamp, io_blocktime); -VARx(ev_tstamp, timeout_blocktime); +VARx(ev_tstamp, io_blocktime) +VARx(ev_tstamp, timeout_blocktime) VARx(int, backend) VARx(int, activecnt) /* total number of active events ("refcount") */ -VARx(unsigned int, loop_count); /* total number of loop iterations/blocks */ +VARx(unsigned int, loop_count) /* total number of loop iterations/blocks */ VARx(int, backend_fd) VARx(ev_tstamp, backend_fudge) /* assumed typical timer resolution */