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

gd at samba.org gd at samba.org
Wed Oct 17 09:50:39 GMT 2007


Author: gd
Date: 2007-10-17 09:50:39 +0000 (Wed, 17 Oct 2007)
New Revision: 25675

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

Log:
More frsapi IDL.

Guenther

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


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/frsapi.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/frsapi.idl	2007-10-17 08:26:55 UTC (rev 25674)
+++ branches/SAMBA_4_0/source/librpc/idl/frsapi.idl	2007-10-17 09:50:39 UTC (rev 25675)
@@ -92,6 +92,12 @@
 
 	/****************/
 	/* Function 0x0a */
-	void FRSAPI_FORCE_REPLICATION();
+	/* not supported before w2k3 sp2 */
+	WERROR frsapi_ForceReplication(
+		[in] uint32 unknown1,
+		[in] uint32 unknown2,
+		[in,unique] [charset(UTF16),string] uint16 *replica_set,
+		[in,unique] [charset(UTF16),string] uint16 *partner_name
+	);
 
 }



More information about the samba-cvs mailing list