summaryrefslogtreecommitdiff
path: root/ev_select.c
diff options
context:
space:
mode:
authorroot <root>2007-11-23 05:13:48 +0000
committerroot <root>2007-11-23 05:13:48 +0000
commit23f51f36bfcf6f217b2a14967f968af5dd4675e7 (patch)
treebf2e26cef56ec81793f6a4f7cf7e0c3e18a89bc6 /ev_select.c
parentcff78812ebbcab7601919f479447150fb7c2c9f4 (diff)
more thorough renaming, might even work now
Diffstat (limited to 'ev_select.c')
-rw-r--r--ev_select.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ev_select.c b/ev_select.c
index 3c099c5..38a2398 100644
--- a/ev_select.c
+++ b/ev_select.c
@@ -203,9 +203,9 @@ select_poll (EV_P_ ev_tstamp timeout)
static int
select_init (EV_P_ int flags)
{
- method_fudge = 1e-2; /* needed to compensate for select returning early, very conservative */
- method_modify = select_modify;
- method_poll = select_poll;
+ backend_fudge = 1e-2; /* needed to compensate for select returning early, very conservative */
+ backend_modify = select_modify;
+ backend_poll = select_poll;
#if EV_SELECT_USE_FD_SET
vec_max = FD_SETSIZE / 32;