summaryrefslogtreecommitdiff
path: root/source3/include/ntdomain.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-07-09 19:34:34 -0400
committerGünther Deschner <gd@samba.org>2010-07-13 14:44:11 +0200
commit8e235df2de96954af0bd8dc1cc464f6d9d834372 (patch)
treeda15f83dbb97b904fa7ca84a4ffe3982d3671f44 /source3/include/ntdomain.h
parente340aa40d19cb03d9c9b5d6e64ac073aeee4b759 (diff)
downloadsamba-8e235df2de96954af0bd8dc1cc464f6d9d834372.tar.gz
samba-8e235df2de96954af0bd8dc1cc464f6d9d834372.tar.bz2
samba-8e235df2de96954af0bd8dc1cc464f6d9d834372.zip
s3-dcerpc: Use dcerpc_pull_ncacn_packet() to unmarshall dceprc requests
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 e96b9b553a..18819dee21 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;
+ /* call id retrieved from the pdu header */
+ uint32_t call_id;
+
/* operation number retrieved from the rpc header */
uint16_t opnum;