From: Gregor Beck Date: Fri, 2 Aug 2013 11:34:43 +0000 (+0200) Subject: srvsvc.idl: add STYPE_CLUSTER_XXX X-Git-Url: http://git.samba.org/?p=obnox%2Fsamba%2Fsamba-obnox.git;a=commitdiff_plain;h=646aba63c8155922a99570a827986df6f9676572 srvsvc.idl: add STYPE_CLUSTER_XXX --- diff --git a/librpc/idl/srvsvc.idl b/librpc/idl/srvsvc.idl index 96f85e6aecb..ce2a8be349b 100644 --- a/librpc/idl/srvsvc.idl +++ b/librpc/idl/srvsvc.idl @@ -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,