summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent_internal.h
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_internal.h
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_internal.h')
-rw-r--r--lib/tevent/tevent_internal.h1
1 files changed, 1 insertions, 0 deletions
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