idl: improve frsrpc by adding missing flag, fixing typo (W -> VV) and making needed...
authorMatthieu Patou <mat@matws.net>
Sat, 24 Sep 2011 01:09:48 +0000 (18:09 -0700)
committerMatthieu Patou <mat@samba.org>
Thu, 2 Oct 2014 10:02:02 +0000 (12:02 +0200)
Change-Id: Ia507b5f627464ab78a145e54b276fc8d64ee3c14
Signed-off-by: Matthieu Patou <mat@matws.net>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
librpc/idl/frsrpc.idl

index 6899e7aabeab5c1362ea73aacd40c5ebc496b97a..016095f1d671700afbf71716536ee2d4868dea50 100644 (file)
@@ -36,6 +36,7 @@ interface frsrpc
                FRSRPC_CO_FLAG_ONLIST           = 0x00000010,
                FRSRPC_CO_FLAG_LOCALCO          = 0x00000020,
                FRSRPC_CO_FLAG_RETRY            = 0x00000040,
+               FRSRPC_CO_FLAG_INST_INCOMPLETE  = 0x00000080,
                FRSRPC_CO_FLAG_OUT_OF_ORDER     = 0x00000200,
                FRSRPC_CO_FLAG_NEW_FILE         = 0x00000400,
                FRSRPC_CO_FLAG_CONTROL          = 0x00001000,
@@ -226,7 +227,7 @@ interface frsrpc
                FRSRPC_COMMAND_JOINING                  = 0x00000130,
                FRSRPC_COMMAND_JOINED                   = 0x00000128,
                FRSRPC_COMMAND_UNJOIN_REMOTE            = 0x00000148,
-               FRSRPC_COMMAND_WJOIN_DONE               = 0x00000136,
+               FRSRPC_COMMAND_VVJOIN_DONE              = 0x00000136,
                FRSRPC_COMMAND_SEND_STAGE               = 0x00000228
        } frsrpc_CommPktCommand;
 
@@ -337,7 +338,7 @@ interface frsrpc
                FRSRPC_COMM_PKT_MINOR_9 = 0x00000009
        } frsrpc_CommPktMinor;
 
-       typedef struct {
+       [public] typedef struct {
                frsrpc_CommPktMajor major;
                frsrpc_CommPktMinor minor;
                [value(1)] uint32 cs_id;