svn commit: samba r3996 - in branches/SAMBA_4_0/source/librpc/idl: .

metze at samba.org metze at samba.org
Mon Nov 29 10:54:53 GMT 2004


Author: metze
Date: 2004-11-29 10:54:52 +0000 (Mon, 29 Nov 2004)
New Revision: 3996

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=3996

Log:
add some comments

metze

Modified:
   branches/SAMBA_4_0/source/librpc/idl/drsblobs.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/drsblobs.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/drsblobs.idl	2004-11-29 06:42:02 UTC (rev 3995)
+++ branches/SAMBA_4_0/source/librpc/idl/drsblobs.idl	2004-11-29 10:54:52 UTC (rev 3996)
@@ -15,7 +15,7 @@
 		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 @@
 	 * 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 @@
 	} 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 @@
 		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;
 



More information about the samba-cvs mailing list