svn commit: samba r18734 - in branches/SAMBA_4_0/source/librpc/idl: .

gd at samba.org gd at samba.org
Wed Sep 20 19:00:15 GMT 2006


Author: gd
Date: 2006-09-20 19:00:15 +0000 (Wed, 20 Sep 2006)
New Revision: 18734

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18734

Log:
Add flag to distinguish a standalone from a domain based DFS root.

Guenther

Modified:
   branches/SAMBA_4_0/source/librpc/idl/dfs.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/dfs.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/dfs.idl	2006-09-20 18:57:41 UTC (rev 18733)
+++ branches/SAMBA_4_0/source/librpc/idl/dfs.idl	2006-09-20 19:00:15 UTC (rev 18734)
@@ -159,8 +159,13 @@
 		[string,charset(UTF16)] uint16 *dom_root;
 	} dfs_Info200;
 
+        typedef enum {
+		DFS_VOLUME_FLAVOR_STANDALONE = 0x100,
+		DFS_VOLUME_FLAVOR_AD_BLOB = 0x200
+	} dfs_VolumeFlavor;
+
 	typedef struct {
-		uinr32 flavor;
+		dfs_VolumeFlavor flavor;
 		[string,charset(UTF16)] uint16 *dom_root;
 	} dfs_Info300;
 



More information about the samba-cvs mailing list