summaryrefslogtreecommitdiff
path: root/source3/include/ntdomain.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2011-05-30 10:40:37 +0200
committerAndreas Schneider <asn@samba.org>2011-06-01 12:02:15 +0200
commit44fb1140bb92259f10852e24bde82a13f926ca15 (patch)
tree4198134420709cb6b879f204044665f78a3054c9 /source3/include/ntdomain.h
parente340cd83f87a9ea02cacd9af520d154652c5afb1 (diff)
downloadsamba-44fb1140bb92259f10852e24bde82a13f926ca15.tar.gz
samba-44fb1140bb92259f10852e24bde82a13f926ca15.tar.bz2
samba-44fb1140bb92259f10852e24bde82a13f926ca15.zip
s3-rpc_server: Added syntax id to pipe_rpc_fns struct.
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r--source3/include/ntdomain.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h
index ed97182b25..fc30dd984a 100644
--- a/source3/include/ntdomain.h
+++ b/source3/include/ntdomain.h
@@ -86,7 +86,8 @@ typedef struct pipe_rpc_fns {
const struct api_struct *cmds;
int n_cmds;
- uint32 context_id;
+ uint32_t context_id;
+ struct ndr_syntax_id syntax;
} PIPE_RPC_FNS;