]> git.llucax.com Git - software/libev.git/blobdiff - ev_port.c
renamed METHODs to BACKENDs
[software/libev.git] / ev_port.c
index eaad546523ce331215b2ddf2f2062ab2aa811a97..d051671aa27f0487d970db7e4c7726a6cfe1859e 100644 (file)
--- 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