summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/dcerpc.idl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-09-27 12:57:59 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:59:22 -0500
commitf64b8cf9cd31d80602aba7d77e366d91127b733d (patch)
treeda42be467362a31a032b9fe52e8057d13d1cc4b9 /source4/librpc/idl/dcerpc.idl
parentf63e3ae1f74966ba2e6eeb4a3830b81d3df5c67f (diff)
downloadsamba-f64b8cf9cd31d80602aba7d77e366d91127b733d.tar.gz
samba-f64b8cf9cd31d80602aba7d77e366d91127b733d.tar.bz2
samba-f64b8cf9cd31d80602aba7d77e366d91127b733d.zip
r2687: Add ORPC flag (used by DCOM)
(This used to be commit b7ac0cb692ea373f754d7a40b44a7b0756459287)
Diffstat (limited to 'source4/librpc/idl/dcerpc.idl')
-rw-r--r--source4/librpc/idl/dcerpc.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/librpc/idl/dcerpc.idl b/source4/librpc/idl/dcerpc.idl
index 8ab20be760..191e10a17a 100644
--- a/source4/librpc/idl/dcerpc.idl
+++ b/source4/librpc/idl/dcerpc.idl
@@ -172,6 +172,7 @@ interface dcerpc
const uint8 DCERPC_PFC_FLAG_FIRST = 0x01;
const uint8 DCERPC_PFC_FLAG_LAST = 0x02;
const uint8 DCERPC_PFC_FLAG_NOCALL = 0x20;
+ const uint8 DCERPC_PFC_FLAG_ORPC = 0x80;
/* these offsets are needed by the signing code */
const uint8 DCERPC_DREP_OFFSET = 4;