summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-02-09 15:28:10 +0100
committerVolker Lendecke <vlendec@samba.org>2011-02-28 16:40:20 +0100
commit3254e392208ac06c7cce3d89ca6369a224f7f481 (patch)
tree076fdc28fd0ff19e4b268224762530fd92609f82 /lib/tevent/tevent.c
parentf7bd09665ae1dfed2a503314f4b4946fe0ee1bf5 (diff)
downloadsamba-3254e392208ac06c7cce3d89ca6369a224f7f481.tar.gz
samba-3254e392208ac06c7cce3d89ca6369a224f7f481.tar.bz2
samba-3254e392208ac06c7cce3d89ca6369a224f7f481.zip
tevent: Add a poll backend
Diffstat (limited to 'lib/tevent/tevent.c')
-rw-r--r--lib/tevent/tevent.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tevent/tevent.c b/lib/tevent/tevent.c
index 4849bc162f..87e5aff034 100644
--- a/lib/tevent/tevent.c
+++ b/lib/tevent/tevent.c
@@ -113,6 +113,7 @@ void tevent_set_default_backend(const char *backend)
static void tevent_backend_init(void)
{
tevent_select_init();
+ tevent_poll_init();
tevent_standard_init();
#ifdef HAVE_EPOLL
tevent_epoll_init();