From 05965921ab76880bf1faf3e405ca6c40c32fdf30 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sat, 31 May 2008 14:37:31 +0000 Subject: Add new functions to access backends by their features and to query the features of a backend. svn:r842 --- poll.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'poll.c') 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 * -- cgit v1.2.1