r20076: give the guids meanings
authorStefan Metzmacher <metze@samba.org>
Fri, 8 Dec 2006 00:26:44 +0000 (00:26 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:29:00 +0000 (14:29 -0500)
metze
(This used to be commit 3f1e88759cce7b05a117928efe73b353b28e8576)

source4/librpc/idl/drsuapi.idl

index 2947f307a9975059f2c27e1dc8115911333fa001..4cd89b75d3f3b1491951b044842fc3d0388c42e2 100644 (file)
@@ -595,8 +595,8 @@ interface drsuapi
        } drsuapi_DsReplicaObjectListItemEx;
 
        typedef [public,gensize] struct {
-               GUID guid1;
-               GUID guid2;
+               GUID source_dsa_guid; /* the 'objectGUID' field of the CN=NTDS Settings object */
+               GUID source_dsa_invocation_id; /* the 'invocationId' field of the CN=NTDS Settings object */
                drsuapi_DsReplicaObjectIdentifier *naming_context;
                drsuapi_DsReplicaHighWaterMark old_highwatermark;
                drsuapi_DsReplicaHighWaterMark new_highwatermark;
@@ -623,8 +623,8 @@ interface drsuapi
        } drsuapi_DsReplicaLinkedAttribute;
 
        typedef [public,gensize] struct {
-               GUID guid1;
-               GUID guid2;
+               GUID source_dsa_guid; /* the 'objectGUID' field of the CN=NTDS Settings object */
+               GUID source_dsa_invocation_id; /* the 'invocationId' field of the CN=NTDS Settings object */
                drsuapi_DsReplicaObjectIdentifier *naming_context;
                drsuapi_DsReplicaHighWaterMark old_highwatermark;
                drsuapi_DsReplicaHighWaterMark new_highwatermark;