diff options
author | root <root> | 2011-06-04 05:33:29 +0000 |
---|---|---|
committer | root <root> | 2011-06-04 05:33:29 +0000 |
commit | 9302b6e8c6244749ec6cc6ac074aa03f18a80a9a (patch) | |
tree | d7a3a965a97f95dfa36ebe6ccdce5e167bd9d528 /ev_vars.h | |
parent | 436d5d174bfb936c4852a63eb03e0a3185f1502a (diff) |
*** empty log message ***
Diffstat (limited to 'ev_vars.h')
-rw-r--r-- | ev_vars.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ VARx(int, activecnt) /* total number of active events ("refcount") */ VARx(EV_ATOMIC_T, loop_done) /* signal by ev_break */ VARx(int, backend_fd) -VARx(ev_tstamp, backend_fudge) /* assumed typical timer resolution */ +VARx(ev_tstamp, backend_mintime) /* assumed typical timer resolution */ VAR (backend_modify, void (*backend_modify)(EV_P_ int fd, int oev, int nev)) VAR (backend_poll , void (*backend_poll)(EV_P_ ev_tstamp timeout)) |