kcc_connection invocation_id added to struct
authorDave Craft <wimberosa@gmail.com>
Wed, 6 Jul 2011 02:26:07 +0000 (21:26 -0500)
committerAndrew Tridgell <tridge@samba.org>
Wed, 13 Jul 2011 21:05:10 +0000 (07:05 +1000)
Utilized by KCC to carry the invocation id of the NTDSDSA
that we are replicating the name context from.  Utilized
when NTDSConnection is created (much like dsa_guid tracks
the NTDSDSA objectGUID that we are replicating the name
context from).

Signed-off-by: Andrew Tridgell <tridge@samba.org>
source4/dsdb/kcc/kcc_connection.h

index 8dcd0b2dbb0e4c968320f1f3e5dfa623c2d39679..3bc635ae244449a0d9735bb4a7d21727f7f87939 100644 (file)
@@ -27,6 +27,7 @@
 struct kcc_connection {
        struct GUID obj_guid;
        struct GUID dsa_guid;
+       struct GUID invocation_id;
        uint8_t schedule[84];
 };