diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-11-29 10:54:52 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:06:12 -0500 |
commit | 29053605a7e971d424c983652d0a6fdb51acd025 (patch) | |
tree | d6417b7af1afbc8cb1b1a7e6031d63a2a736558f /source4 | |
parent | 77be33e31c11ac3b667f3019d23c2fcde1e8692f (diff) | |
download | samba-29053605a7e971d424c983652d0a6fdb51acd025.tar.gz samba-29053605a7e971d424c983652d0a6fdb51acd025.tar.bz2 samba-29053605a7e971d424c983652d0a6fdb51acd025.zip |
r3996: add some comments
metze
(This used to be commit 87a92d3d5c7c2ab0bc07a9fb101022b3db1d637b)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/librpc/idl/drsblobs.idl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/source4/librpc/idl/drsblobs.idl b/source4/librpc/idl/drsblobs.idl index 3b538334f7..4a3cf2bb45 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; |