r3996: add some comments
authorStefan Metzmacher <metze@samba.org>
Mon, 29 Nov 2004 10:54:52 +0000 (10:54 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:06:12 +0000 (13:06 -0500)
metze
(This used to be commit 87a92d3d5c7c2ab0bc07a9fb101022b3db1d637b)

source4/librpc/idl/drsblobs.idl

index 3b538334f7c2df4d5707a5917067f6deef462782..4a3cf2bb4527b55e6d2e42b9bfad4e8464892b30 100644 (file)
@@ -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;