summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent_internal.h
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_internal.h
parentf7bd09665ae1dfed2a503314f4b4946fe0ee1bf5 (diff)
downloadsamba-3254e392208ac06c7cce3d89ca6369a224f7f481.tar.gz
samba-3254e392208ac06c7cce3d89ca6369a224f7f481.tar.bz2
samba-3254e392208ac06c7cce3d89ca6369a224f7f481.zip
tevent: Add a poll backend
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 7f5fd64854..3d71bfd034 100644
--- a/lib/tevent/tevent_internal.h
+++ b/lib/tevent/tevent_internal.h
@@ -303,6 +303,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);
#ifdef HAVE_EPOLL
bool tevent_epoll_init(void);
#endif