summaryrefslogtreecommitdiff
path: root/select.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 /select.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 'select.c')
-rw-r--r--select.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/select.c b/select.c
index 0df99e58..91ba6abf 100644
--- a/select.c
+++ b/select.c
@@ -84,7 +84,8 @@ const struct eventop selectops = {
select_del,
select_dispatch,
select_dealloc,
- 0
+ 0, /* doesn't need reinit. */
+ EV_FEATURE_FDS,
};
static int select_resize(struct selectop *sop, int fdsz);