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

metze at samba.org metze at samba.org
Fri Sep 30 15:28:41 GMT 2005


Author: metze
Date: 2005-09-30 15:28:41 +0000 (Fri, 30 Sep 2005)
New Revision: 10653

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

Log:
give unknown levels a name basicly the *2 levels mean
that the update or inform should be propagaded to all servers

metze
Modified:
   branches/SAMBA_4_0/source/librpc/idl/winsrepl.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/winsrepl.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/winsrepl.idl	2005-09-30 14:58:50 UTC (rev 10652)
+++ branches/SAMBA_4_0/source/librpc/idl/winsrepl.idl	2005-09-30 15:28:41 UTC (rev 10653)
@@ -107,9 +107,9 @@
 		WREPL_REPL_SEND_REQUEST = 2,
 		WREPL_REPL_SEND_REPLY   = 3,
 		WREPL_REPL_UPDATE       = 4,
-		WREPL_REPL_5            = 5,
+		WREPL_REPL_UPDATE2      = 5,
 		WREPL_REPL_INFORM       = 8,
-		WREPL_REPL_9            = 9
+		WREPL_REPL_INFORM2      = 9
 	} wrepl_replication_cmd;
 
 	typedef [nodiscriminant] union {
@@ -118,9 +118,9 @@
 		[case(WREPL_REPL_SEND_REQUEST)] wrepl_wins_owner owner;
 		[case(WREPL_REPL_SEND_REPLY)]   wrepl_send_reply reply;
 		[case(WREPL_REPL_UPDATE)]       wrepl_table      table;
-		[case(WREPL_REPL_5)]            wrepl_table      table;
+		[case(WREPL_REPL_UPDATE2)]      wrepl_table      table;
 		[case(WREPL_REPL_INFORM)]       wrepl_table      table;
-		[case(WREPL_REPL_9)]            wrepl_table      table;
+		[case(WREPL_REPL_INFORM2)]      wrepl_table      table;
 	} wrepl_replication_info;
 
 	typedef struct {



More information about the samba-cvs mailing list