diff options
author | Volker Lendecke <vl@samba.org> | 2010-07-06 22:52:19 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-07 13:16:48 +0200 |
commit | 21229178bd4703a70f222e102bd2588449ac023b (patch) | |
tree | af1a391d00b497340286a4e1454c858004a362ea /source3/include | |
parent | c9b654f5810f46b20e082895499c0bf2a3077173 (diff) | |
download | samba-21229178bd4703a70f222e102bd2588449ac023b.tar.gz samba-21229178bd4703a70f222e102bd2588449ac023b.tar.bz2 samba-21229178bd4703a70f222e102bd2588449ac023b.zip |
s3: Add msg_ctx to pipes_struct
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/ntdomain.h | 1 |
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; |