summaryrefslogtreecommitdiff
path: root/poll.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-05-31 14:37:31 +0000
committerNick Mathewson <nickm@torproject.org>2008-05-31 14:37:31 +0000
commit05965921ab76880bf1faf3e405ca6c40c32fdf30 (patch)
tree75c13ae4fced99ec81a856e71482eb1cd9119454 /poll.c
parent9515c8076ee3e60580903338594c86a9b344619e (diff)
downloadlibevent-05965921ab76880bf1faf3e405ca6c40c32fdf30.tar.gz
Add new functions to access backends by their features and to query the features of a backend.
svn:r842
Diffstat (limited to 'poll.c')
-rw-r--r--poll.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/poll.c b/poll.c
index 7b2270bc..44570729 100644
--- a/poll.c
+++ b/poll.c
@@ -79,7 +79,8 @@ const struct eventop pollops = {
poll_del,
poll_dispatch,
poll_dealloc,
- 0
+ 0, /* doesn't need_reinit */
+ EV_FEATURE_FDS,
};
static void *