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

metze at samba.org metze at samba.org
Mon Dec 6 15:17:43 GMT 2004


Author: metze
Date: 2004-12-06 15:17:43 +0000 (Mon, 06 Dec 2004)
New Revision: 4078

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

Log:
use clearer names

metze

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


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/drsblobs.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/drsblobs.idl	2004-12-06 15:14:42 UTC (rev 4077)
+++ branches/SAMBA_4_0/source/librpc/idl/drsblobs.idl	2004-12-06 15:17:43 UTC (rev 4078)
@@ -95,7 +95,7 @@
 	typedef [gensize,flag(NDR_PAHEX)] struct {
 		/* this includes the 8 bytes of the repsFromToBlob header */
 		[value(ndr_size_repsFromTo1(8, r, ndr->flags))] uint32 blobsize;
-		uint32 consecutive_failures;
+		uint32 consecutive_sync_failures;
 		NTTIME_1sec last_success;
 		NTTIME_1sec last_attempt;
 		WERROR result_last_attempt;
@@ -107,8 +107,8 @@
 		uint64 tmp_highest_usn; /* updated after each object update */
 		uint64 reserved_usn;
 		uint64 highest_usn; /* updated after a full replication cycle */
-		GUID dsa_guid; /* the 'objectGuid' field of the CN=NTDS Settings object */
-		GUID invocation_id_guid; /* the 'invocationId' field of the CN=NTDS Settings object */
+		GUID source_dsa_obj_guid; /* the 'objectGuid' field of the CN=NTDS Settings object */
+		GUID source_dsa_invocation_id; /* the 'invocationId' field of the CN=NTDS Settings object */
 		GUID transport_guid;
 	} repsFromTo1;
 



More information about the samba-cvs mailing list