dcerpc.idl: add DCERPC_PFC_OFFSET
authorStefan Metzmacher <metze@samba.org>
Tue, 30 Sep 2008 02:59:24 +0000 (04:59 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 30 Sep 2008 04:47:23 +0000 (06:47 +0200)
metze

source4/librpc/idl/dcerpc.idl

index 1c6574b11be905bda02791ac9b804ea009fcbe23..a78329d9908bd1d24a77c279ae2136a07b3016f4 100644 (file)
@@ -261,6 +261,7 @@ interface dcerpc
        const uint8 DCERPC_PFC_FLAG_OBJECT_UUID         = 0x80; /* on valid guid is in the optional object field */
 
        /* these offsets are needed by the signing code */
+       const uint8 DCERPC_PFC_OFFSET      =  3;
        const uint8 DCERPC_DREP_OFFSET     =  4;
        const uint8 DCERPC_FRAG_LEN_OFFSET =  8;
        const uint8 DCERPC_AUTH_LEN_OFFSET = 10;