diff options
author | root <root> | 2007-11-23 05:13:48 +0000 |
---|---|---|
committer | root <root> | 2007-11-23 05:13:48 +0000 |
commit | 23f51f36bfcf6f217b2a14967f968af5dd4675e7 (patch) | |
tree | bf2e26cef56ec81793f6a4f7cf7e0c3e18a89bc6 /ev_poll.c | |
parent | cff78812ebbcab7601919f479447150fb7c2c9f4 (diff) |
more thorough renaming, might even work now
Diffstat (limited to 'ev_poll.c')
-rw-r--r-- | ev_poll.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -108,9 +108,9 @@ poll_poll (EV_P_ ev_tstamp timeout) static int poll_init (EV_P_ int flags) { - method_fudge = 1e-3; /* needed to compensate for select returning early, very conservative */ - method_modify = poll_modify; - method_poll = poll_poll; + backend_fudge = 1e-3; /* needed to compensate for select returning early, very conservative */ + backend_modify = poll_modify; + backend_poll = poll_poll; pollidxs = 0; pollidxmax = 0; polls = 0; pollmax = 0; pollcnt = 0; |