summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/drsblobs.idl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-03-23 18:54:06 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:11:14 -0500
commit01ab1128cedfe3381ba579445e6714152e29add8 (patch)
treeaca6518b1bf08754c180d6b1d3025d7512f44cd2 /source4/librpc/idl/drsblobs.idl
parentb8f395cf78d6983f6a9ee139e99968bde3455795 (diff)
downloadsamba-01ab1128cedfe3381ba579445e6714152e29add8.tar.gz
samba-01ab1128cedfe3381ba579445e6714152e29add8.tar.bz2
samba-01ab1128cedfe3381ba579445e6714152e29add8.zip
r5998: I was wrong with the highwater mark...
I think I now understand how it works:-) metze (This used to be commit f8add2e66a56896d9bb18991091e1b17c29910b1)
Diffstat (limited to 'source4/librpc/idl/drsblobs.idl')
-rw-r--r--source4/librpc/idl/drsblobs.idl7
1 files changed, 4 insertions, 3 deletions
diff --git a/source4/librpc/idl/drsblobs.idl b/source4/librpc/idl/drsblobs.idl
index ab98c50606..e682de452f 100644
--- a/source4/librpc/idl/drsblobs.idl
+++ b/source4/librpc/idl/drsblobs.idl
@@ -9,6 +9,7 @@
]
interface drsblobs {
declare bitmap drsuapi_DsReplicaSyncOptions;
+ declare bitmap drsuapi_DsReplicaNeighbourFlags;
declare [v1_enum] enum drsuapi_DsAttributeId;
/*
@@ -95,10 +96,10 @@ interface drsblobs {
WERROR result_last_attempt;
[relative] repsFromTo1OtherInfo *other_info;
[value(ndr_size_repsFromTo1OtherInfo(r->other_info, ndr->flags))] uint32 other_info_length;
- drsuapi_DsReplicaSyncOptions replica_flags;
+ drsuapi_DsReplicaNeighbourFlags replica_flags;
uint8 schedule[84];
uint32 reserved;
- drsuapi_DsReplicaUsnCtr replication_state;
+ drsuapi_DsReplicaHighWaterMark highwatermark;
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;
@@ -125,7 +126,7 @@ interface drsblobs {
uint32 u2;
uint32 u3;
uint32 u4;
- drsuapi_DsReplicaUsnCtr replication_state;
+ drsuapi_DsReplicaHighWaterMark highwatermark;
GUID guid1;
hyper h4;
replUpToDateVectorCtr1 uptodateness_vector;