From fa71f3241110fbe079de6d6cb0c8f3df001f4c65 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 13 Aug 2012 16:06:01 +0200 Subject: lib/tevent: Add a thread-safe tevent backend Signed-off-by: Stefan Metzmacher --- lib/tevent/tevent.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/tevent/tevent.c') 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(); -- cgit