summaryrefslogtreecommitdiff
path: root/ev_vars.h
diff options
context:
space:
mode:
authorroot <root>2007-11-16 01:33:53 +0000
committerroot <root>2007-11-16 01:33:53 +0000
commit42cf115660f3852e9cc3b91bd79b852a99d13065 (patch)
tree3374bf738306127d076a29c35b0e1f81a0f38fec /ev_vars.h
parent22f1c28816978d9c971ec46d5a95110252b2deb9 (diff)
add solaris port backend
Diffstat (limited to 'ev_vars.h')
-rw-r--r--ev_vars.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ev_vars.h b/ev_vars.h
index e73d37d..aa19fc1 100644
--- a/ev_vars.h
+++ b/ev_vars.h
@@ -44,6 +44,12 @@ VARx(struct kevent *, kqueue_events)
VARx(int, kqueue_eventmax)
#endif
+#if EV_USE_PORT || EV_GENWRAP
+VARx(int, port_fd)
+VARx(struct port_event *, port_events)
+VARx(int, port_eventmax)
+#endif
+
VARx(ANFD *, anfds)
VARx(int, anfdmax)