From f6c90dfebada626b92658cf54da4ce1d9a5277f4 Mon Sep 17 00:00:00 2001 From: Dave Craft Date: Tue, 5 Jul 2011 21:26:07 -0500 Subject: kcc_connection invocation_id added to struct 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 --- source4/dsdb/kcc/kcc_connection.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/dsdb') diff --git a/source4/dsdb/kcc/kcc_connection.h b/source4/dsdb/kcc/kcc_connection.h index 8dcd0b2dbb..3bc635ae24 100644 --- a/source4/dsdb/kcc/kcc_connection.h +++ b/source4/dsdb/kcc/kcc_connection.h @@ -27,6 +27,7 @@ struct kcc_connection { struct GUID obj_guid; struct GUID dsa_guid; + struct GUID invocation_id; uint8_t schedule[84]; }; -- cgit