From cff78812ebbcab7601919f479447150fb7c2c9f4 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 23 Nov 2007 05:00:44 +0000 Subject: renamed METHODs to BACKENDs add ev_supported_backends and ev_recommended_backends functions. --- ev_poll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ev_poll.c') 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 -- cgit v1.2.3