srvsvc.idl: add STYPE_CLUSTER_XXX
authorGregor Beck <gbeck@sernet.de>
Fri, 2 Aug 2013 11:34:43 +0000 (13:34 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 9 May 2014 10:58:18 +0000 (12:58 +0200)
librpc/idl/srvsvc.idl

index 96f85e6aecb10e7e0fb9731bf120858fcb67e497..ce2a8be349b536809d39563a11a56caeababc849 100644 (file)
@@ -401,6 +401,9 @@ import "misc.idl", "security.idl", "svcctl.idl";
        /* share types */
        const uint32 STYPE_TEMPORARY = 0x40000000; /* share is a temporary one */
        const uint32 STYPE_HIDDEN    = 0x80000000; /* share is a hidden one */
+       const uint32 STYPE_CLUSTER_FS   = 0x02000000; /* a cluster share */
+       const uint32 STYPE_CLUSTER_SOFS = 0x04000000; /* a Scale-Out cluster share */
+       const uint32 STYPE_CLUSTER_DFS  = 0x08000000; /* a DFS share in a cluster */
 
        typedef [v1_enum, flag(NDR_PAHEX)] enum {
                STYPE_DISKTREE = 0,