summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2013-01-16 12:00:00 +0100
committerJeremy Allison <jra@samba.org>2013-01-18 09:16:58 -0800
commit3e830e44d3eb23325fbda6f2053e58926ee2136e (patch)
tree4540a64da96a89225dbd607a5f937751f66ac954 /source3/winbindd/winbindd_proto.h
parent4f9cffbae6a60268140eba5e457ac7e86cac6246 (diff)
downloadsamba-3e830e44d3eb23325fbda6f2053e58926ee2136e.tar.gz
samba-3e830e44d3eb23325fbda6f2053e58926ee2136e.tar.bz2
samba-3e830e44d3eb23325fbda6f2053e58926ee2136e.zip
winbind: Use standard tevent_context_init
This makes winbind use epoll instead of poll Reviewed by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 44693d71dc..33b0f01f3d 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -34,6 +34,7 @@ bool winbindd_use_idmap_cache(void);
bool winbindd_use_cache(void);
const char *get_winbind_pipe_dir(void);
char *get_winbind_priv_pipe_dir(void);
+struct tevent_context *winbind_event_context(void);
int main(int argc, char **argv, char **envp);
/* The following definitions come from winbindd/winbindd_ads.c */