diff options
author | Matthieu Patou <mat@matws.net> | 2011-09-02 00:36:03 +0200 |
---|---|---|
committer | Matthieu Patou <mat@samba.org> | 2014-10-02 12:02:01 +0200 |
commit | a5701c298f308908ebd580aa8c1b9a9066296def (patch) | |
tree | 82f1a9a352714b48f5e47f41c3b26bdc47ae93be /librpc | |
parent | 51e7f769e2cfb0b16b5466d9461358593ca87667 (diff) | |
download | samba-a5701c298f308908ebd580aa8c1b9a9066296def.tar.gz samba-a5701c298f308908ebd580aa8c1b9a9066296def.tar.xz samba-a5701c298f308908ebd580aa8c1b9a9066296def.zip |
idl: Add compression_guid
Change-Id: I3cfe3c8f4a405fcf9a54092b03e87f00e7abd2fb
Signed-off-by: Matthieu Patou <mat@matws.net>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/frsrpc.idl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/librpc/idl/frsrpc.idl b/librpc/idl/frsrpc.idl index bd361a3962..6899e7aabe 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, |