r2687: Add ORPC flag (used by DCOM)
authorJelmer Vernooij <jelmer@samba.org>
Mon, 27 Sep 2004 12:57:59 +0000 (12:57 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:59:22 +0000 (12:59 -0500)
source/librpc/idl/dcerpc.idl

index 8ab20be760fa20964cdf2271c09e4d251473b8cb..191e10a17a3a0b634c5a3b4668f08b1858304e6d 100644 (file)
@@ -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;