mirror of
https://github.com/samba-team/samba.git
synced 2025-03-20 22:50:26 +03:00
r4078: use clearer names
metze (This used to be commit 717f7c3555ecf6265b5b30783f3214f4ca3b6c00)
This commit is contained in:
parent
2a45d1b978
commit
a7e97c1ecc
@ -95,7 +95,7 @@ interface drsblobs {
|
||||
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 @@ interface drsblobs {
|
||||
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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user