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_internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/tevent/tevent_internal.h') diff --git a/lib/tevent/tevent_internal.h b/lib/tevent/tevent_internal.h index 877510f9f4..f09cf576b2 100644 --- a/lib/tevent/tevent_internal.h +++ b/lib/tevent/tevent_internal.h @@ -315,6 +315,7 @@ void tevent_cleanup_pending_signal_handlers(struct tevent_signal *se); bool tevent_standard_init(void); bool tevent_select_init(void); bool tevent_poll_init(void); +bool tevent_poll_mt_init(void); #ifdef HAVE_EPOLL bool tevent_epoll_init(void); #endif -- cgit