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

metze at samba.org metze at samba.org
Mon Dec 11 20:14:49 GMT 2006


Author: metze
Date: 2006-12-11 20:14:49 +0000 (Mon, 11 Dec 2006)
New Revision: 20111

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

Log:
this is the total object count of the current replication cycle

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


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/drsuapi.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/drsuapi.idl	2006-12-11 18:56:36 UTC (rev 20110)
+++ branches/SAMBA_4_0/source/librpc/idl/drsuapi.idl	2006-12-11 20:14:49 UTC (rev 20111)
@@ -602,7 +602,7 @@
 		drsuapi_DsReplicaHighWaterMark new_highwatermark;
 		drsuapi_DsReplicaCoursorCtrEx *uptodateness_vector;
 		drsuapi_DsGetNCChangesRequest_Ctr12 ctr12;
-		uint32 unknown1;
+		uint32 total_object_count;
 		uint32 object_count;
 		/* this +55 is sometimes +56, so I don't know where this comes from... --metze */
 		[value(ndr_size_drsuapi_DsGetNCChangesCtr1(r,ndr->flags)+55)] uint32 __ndr_size;
@@ -630,7 +630,7 @@
 		drsuapi_DsReplicaHighWaterMark new_highwatermark;
 		drsuapi_DsReplicaCoursor2CtrEx *uptodateness_vector;
 		drsuapi_DsGetNCChangesRequest_Ctr12 ctr12;
-		uint32 unknown1;
+		uint32 total_object_count;
 		uint32 object_count;
 		/* this +55 is sometimes +56, so I don't know where this comes from... --metze */
 		[value(ndr_size_drsuapi_DsGetNCChangesCtr6(r,ndr->flags)+55)] uint32 __ndr_size;



More information about the samba-cvs mailing list