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

gd at samba.org gd at samba.org
Wed Sep 20 19:06:53 GMT 2006


Author: gd
Date: 2006-09-20 19:06:52 +0000 (Wed, 20 Sep 2006)
New Revision: 18737

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

Log:
Fill in the documented dfs_Target_PriorityClass.

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 19:05:26 UTC (rev 18736)
+++ branches/SAMBA_4_0/source/librpc/idl/dfs.idl	2006-09-20 19:06:52 UTC (rev 18737)
@@ -113,8 +113,17 @@
 		uint32 num_stores;
 	} dfs_Info5;
 
+	typedef [v1_enum] enum {
+		DFS_INVALID_PRIORITY_CLASS	 	= -1,
+		DFS_SITE_COST_NORMAL_PRIORITY_CLASS	= 0,
+		DFS_GLOBAL_HIGH_PRIORITY_CLASS		= 1,
+		DFS_SITE_COST_HIGH_PRIORITY_CLASS	= 2,
+		DFS_SITE_COST_LOW_PRIORITY_CLASS	= 3,
+		DFS_GLOBAL_LOW_PRIORITY_CLASS		= 4
+	} dfs_Target_PriorityClass;
+
 	typedef struct {
-		uint16 target_priority_class;
+		dfs_Target_PriorityClass target_priority_class;
 		uint16 target_priority_rank;
 		uint16 reserved;
 	} dfs_Target_Priority;



More information about the samba-cvs mailing list