From 29053605a7e971d424c983652d0a6fdb51acd025 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 29 Nov 2004 10:54:52 +0000 Subject: [PATCH] r3996: add some comments metze (This used to be commit 87a92d3d5c7c2ab0bc07a9fb101022b3db1d637b) --- source4/librpc/idl/drsblobs.idl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source4/librpc/idl/drsblobs.idl b/source4/librpc/idl/drsblobs.idl index 3b538334f7c..4a3cf2bb452 100644 --- a/source4/librpc/idl/drsblobs.idl +++ b/source4/librpc/idl/drsblobs.idl @@ -15,7 +15,7 @@ interface drsblobs { uint32 attribute_id; uint32 version; NTTIME_1sec orginating_time; - GUID orginating_dsa; + GUID orginating_dsa; /* the 'invocationId' ? */ uint64 orginating_usn; uint64 local_usn; } replPropertyMetaData1; @@ -46,7 +46,7 @@ interface drsblobs { * w2k3 uses version 2 */ typedef struct { - GUID invocation_id_guid; + GUID invocation_id_guid; /* the 'invocationId' field of the CN=NTDS Settings object */ uint64 highest_usn; /* updated after a full replication cycle */ } replUpToDateVector1; @@ -57,7 +57,7 @@ interface drsblobs { } replUpToDateVectorCtr1; typedef struct { - GUID invocation_id_guid; + GUID invocation_id_guid; /* the 'invocationId' field of the CN=NTDS Settings object */ uint64 highest_usn; /* updated after a full replication cycle */ NTTIME_1sec last_success; } replUpToDateVector2; @@ -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; - GUID invocation_id_guid; + 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 transport_guid; } repsFromTo1; -- 2.34.1