summaryrefslogtreecommitdiffstats
path: root/source4/winbind/wb_server.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-09-22 19:36:43 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:38:45 -0500
commitfdeff0fa50773a6bbaa22d7ff5bcd3766443a8f9 (patch)
tree83aebdb6c29d1698f69bdfd523f12d489a05850e /source4/winbind/wb_server.h
parentbcf0615be578a35bb6ab0f559e370f1b9455f3cd (diff)
downloadsamba-fdeff0fa50773a6bbaa22d7ff5bcd3766443a8f9.tar.gz
samba-fdeff0fa50773a6bbaa22d7ff5bcd3766443a8f9.tar.xz
samba-fdeff0fa50773a6bbaa22d7ff5bcd3766443a8f9.zip
r10434: add a short path to the event context that should be used for async replies
metze (This used to be commit cc9579d08567ec38adf0617901669fb3bb91e489)
Diffstat (limited to 'source4/winbind/wb_server.h')
-rw-r--r--source4/winbind/wb_server.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/winbind/wb_server.h b/source4/winbind/wb_server.h
index 2369e228c14..2c93c02323a 100644
--- a/source4/winbind/wb_server.h
+++ b/source4/winbind/wb_server.h
@@ -107,6 +107,9 @@ struct wbsrv_call {
#define WBSRV_CALL_FLAGS_REPLY_ASYNC 0x00000001
uint32_t flags;
+ /* the backend should use this event context */
+ struct event_context *event_ctx;
+
/* the connection the call belongs to */
struct wbsrv_connection *wbconn;