Skip to content

Commit

Permalink
idl: Add compression_guid
Browse files Browse the repository at this point in the history
Change-Id: I3cfe3c8f4a405fcf9a54092b03e87f00e7abd2fb
Signed-off-by: Matthieu Patou <[email protected]>
Reviewed-by: Stefan Metzmacher <[email protected]>
  • Loading branch information
ekacnet authored and Matthieu Patou committed Oct 2, 2014
1 parent 51e7f76 commit a5701c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions librpc/idl/frsrpc.idl
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a5701c2

Please sign in to comment.