summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-12-11 20:14:49 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:29:08 -0500
commit3cfa1db71db77d94b9bcc98e170b0eb1d00604d2 (patch)
treeb7e3fee613b4ce363b2754a736487563cdc60bac
parentd23f3119a94acc8ff24dd55cd8918df77465b914 (diff)
downloadsamba-3cfa1db71db77d94b9bcc98e170b0eb1d00604d2.tar.gz
samba-3cfa1db71db77d94b9bcc98e170b0eb1d00604d2.tar.bz2
samba-3cfa1db71db77d94b9bcc98e170b0eb1d00604d2.zip
r20111: this is the total object count of the current replication cycle
metze (This used to be commit 4daa45f98a3bb6f3c245fe61e05681335ef8b5c6)
-rw-r--r--source4/librpc/idl/drsuapi.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/drsuapi.idl b/source4/librpc/idl/drsuapi.idl
index 6a7fc21d3e..af197fec7e 100644
--- a/source4/librpc/idl/drsuapi.idl
+++ b/source4/librpc/idl/drsuapi.idl
@@ -602,7 +602,7 @@ interface drsuapi
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 @@ interface drsuapi
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;