X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/bdc7d079474f709e195c868021926b3c0c7d94a2..cff78812ebbcab7601919f479447150fb7c2c9f4:/ev_port.c diff --git a/ev_port.c b/ev_port.c index eaad546..d051671 100644 --- a/ev_port.c +++ b/ev_port.c @@ -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