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_port.c | |
parent | 1ad1e600c3eebe009db39a0f9750ed4adb078857 (diff) |
renamed METHODs to BACKENDs
add ev_supported_backends and ev_recommended_backends functions.
Diffstat (limited to 'ev_port.c')
-rw-r--r-- | ev_port.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -118,7 +118,7 @@ port_init (EV_P_ int flags) port_eventmax = 64; /* intiial number of events receivable per poll */ port_events = (port_event_t *)ev_malloc (sizeof (port_event_t) * port_eventmax); - return EVMETHOD_PORT; + return EVBACKEND_PORT; } static void |