summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-08-13 16:06:01 +0200
committerStefan Metzmacher <metze@samba.org>2012-08-16 20:49:11 +0200
commitfa71f3241110fbe079de6d6cb0c8f3df001f4c65 (patch)
tree0711e760783e2d936ab7e605a0ae3492d4d55f05 /lib/tevent/tevent.c
parentd860aa2cacc783434973c14f7ae21964ca050e6f (diff)
downloadsamba-fa71f3241110fbe079de6d6cb0c8f3df001f4c65.tar.gz
samba-fa71f3241110fbe079de6d6cb0c8f3df001f4c65.tar.bz2
samba-fa71f3241110fbe079de6d6cb0c8f3df001f4c65.zip
lib/tevent: Add a thread-safe tevent backend
Signed-off-by: Stefan Metzmacher <metze@samba.org>
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 61ffc7edaa..fa842e4208 100644
--- a/lib/tevent/tevent.c
+++ b/lib/tevent/tevent.c
@@ -114,6 +114,7 @@ static void tevent_backend_init(void)
{
tevent_select_init();
tevent_poll_init();
+ tevent_poll_mt_init();
tevent_standard_init();
#ifdef HAVE_EPOLL
tevent_epoll_init();