diff options
author | root <root> | 2007-11-23 05:00:44 +0000 |
---|---|---|
committer | root <root> | 2007-11-23 05:00:44 +0000 |
commit | cff78812ebbcab7601919f479447150fb7c2c9f4 (patch) | |
tree | 4fee90a171aec9a8f52888f31d86518eddbfe931 /ev_poll.c | |
parent | 1ad1e600c3eebe009db39a0f9750ed4adb078857 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |