summaryrefslogtreecommitdiff
path: root/ev_port.c
diff options
context:
space:
mode:
authorroot <root>2007-11-23 05:13:48 +0000
committerroot <root>2007-11-23 05:13:48 +0000
commit23f51f36bfcf6f217b2a14967f968af5dd4675e7 (patch)
treebf2e26cef56ec81793f6a4f7cf7e0c3e18a89bc6 /ev_port.c
parentcff78812ebbcab7601919f479447150fb7c2c9f4 (diff)
more thorough renaming, might even work now
Diffstat (limited to 'ev_port.c')
-rw-r--r--ev_port.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ev_port.c b/ev_port.c
index d051671..6626bcf 100644
--- a/ev_port.c
+++ b/ev_port.c
@@ -111,9 +111,9 @@ port_init (EV_P_ int flags)
fcntl (port_fd, F_SETFD, FD_CLOEXEC); /* not sure if necessary, hopefully doesn't hurt */
- method_fudge = 1e-3; /* needed to compensate for port_getn returning early */
- method_modify = port_modify;
- method_poll = port_poll;
+ backend_fudge = 1e-3; /* needed to compensate for port_getn returning early */
+ backend_modify = port_modify;
+ backend_poll = port_poll;
port_eventmax = 64; /* intiial number of events receivable per poll */
port_events = (port_event_t *)ev_malloc (sizeof (port_event_t) * port_eventmax);