From f64b8cf9cd31d80602aba7d77e366d91127b733d Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 27 Sep 2004 12:57:59 +0000 Subject: r2687: Add ORPC flag (used by DCOM) (This used to be commit b7ac0cb692ea373f754d7a40b44a7b0756459287) --- source4/librpc/idl/dcerpc.idl | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/librpc/idl/dcerpc.idl') 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; -- cgit