>From 707baa4c1fbd7d26c3b7d82120870858e379e5d3 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Fri, 2 Sep 2011 00:36:03 +0200 Subject: [PATCH 6/9] idl: Add compression_guid --- librpc/idl/frsrpc.idl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/librpc/idl/frsrpc.idl b/librpc/idl/frsrpc.idl index bd361a3..ed3bde1 100644 --- a/librpc/idl/frsrpc.idl +++ b/librpc/idl/frsrpc.idl @@ -51,6 +51,9 @@ interface frsrpc const uint32 FRSRPC_CO_IFLAG_NONE = 0x0000000; + const string FRSRPC_COMPRESSION_GUID = "64d2f7d2-2695-436d-8830-8d3c58701e15"; + + typedef [bitmap32bit,flag(NDR_PAHEX)] bitmap { FRSRPC_CO_IFLAG_VVRETIRE_EXEC = 0x00000001, FRSRPC_CO_IFLAG_CO_ABORT = 0x00000002, -- 2.1.0