From f5a5cb6a1f17edf9fb0e57fd3348c4638878953a Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 20 Sep 2006 19:06:52 +0000 Subject: r18737: Fill in the documented dfs_Target_PriorityClass. Guenther (This used to be commit d2805754a242a395d0322fb6b44965f41a81c217) --- source4/librpc/idl/dfs.idl | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/librpc/idl/dfs.idl b/source4/librpc/idl/dfs.idl index ab63609138..0360636465 100644 --- a/source4/librpc/idl/dfs.idl +++ b/source4/librpc/idl/dfs.idl @@ -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; -- cgit