summaryrefslogtreecommitdiff
path: root/source3/include/ntdomain.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-07-06 22:52:19 +0200
committerVolker Lendecke <vl@samba.org>2010-08-07 13:16:48 +0200
commit21229178bd4703a70f222e102bd2588449ac023b (patch)
treeaf1a391d00b497340286a4e1454c858004a362ea /source3/include/ntdomain.h
parentc9b654f5810f46b20e082895499c0bf2a3077173 (diff)
downloadsamba-21229178bd4703a70f222e102bd2588449ac023b.tar.gz
samba-21229178bd4703a70f222e102bd2588449ac023b.tar.bz2
samba-21229178bd4703a70f222e102bd2588449ac023b.zip
s3: Add msg_ctx to pipes_struct
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r--source3/include/ntdomain.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h
index f42ff587ff..071e915561 100644
--- a/source3/include/ntdomain.h
+++ b/source3/include/ntdomain.h
@@ -134,6 +134,7 @@ struct pipes_struct {
char client_address[INET6_ADDRSTRLEN];
struct auth_serversupplied_info *server_info;
+ struct messaging_context *msg_ctx;
struct ndr_syntax_id syntax;