summaryrefslogtreecommitdiff
path: root/source3/include/ntdomain.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-07-09 19:35:22 -0400
committerGünther Deschner <gd@samba.org>2010-07-13 14:44:10 +0200
commit77fb3649cede61407ba5df008ceaa49d32ef71d7 (patch)
tree6df23bf41e62702946ab4470a5aac24aad472ebb /source3/include/ntdomain.h
parenta138b3d31ef9952dc59630f478264f74091f613d (diff)
downloadsamba-77fb3649cede61407ba5df008ceaa49d32ef71d7.tar.gz
samba-77fb3649cede61407ba5df008ceaa49d32ef71d7.tar.bz2
samba-77fb3649cede61407ba5df008ceaa49d32ef71d7.zip
s3-dceprc: Store opnum in its own variable
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r--source3/include/ntdomain.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h
index f18bf7facd..e96b9b553a 100644
--- a/source3/include/ntdomain.h
+++ b/source3/include/ntdomain.h
@@ -222,6 +222,9 @@ typedef struct pipes_struct {
/* handle database to use on this pipe. */
struct handle_list *pipe_handles;
+ /* operation number retrieved from the rpc header */
+ uint16_t opnum;
+
/* private data for the interface implementation */
void *private_data;