summaryrefslogtreecommitdiff
path: root/ev_poll.c
diff options
context:
space:
mode:
authorroot <root>2007-11-23 05:00:44 +0000
committerroot <root>2007-11-23 05:00:44 +0000
commitcff78812ebbcab7601919f479447150fb7c2c9f4 (patch)
tree4fee90a171aec9a8f52888f31d86518eddbfe931 /ev_poll.c
parent1ad1e600c3eebe009db39a0f9750ed4adb078857 (diff)
renamed METHODs to BACKENDs
add ev_supported_backends and ev_recommended_backends functions.
Diffstat (limited to 'ev_poll.c')
-rw-r--r--ev_poll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev_poll.c b/ev_poll.c
index 626aa27..2995218 100644
--- a/ev_poll.c
+++ b/ev_poll.c
@@ -115,7 +115,7 @@ poll_init (EV_P_ int flags)
pollidxs = 0; pollidxmax = 0;
polls = 0; pollmax = 0; pollcnt = 0;
- return EVMETHOD_POLL;
+ return EVBACKEND_POLL;
}
static void