diff options
author | Dave Craft <wimberosa@gmail.com> | 2011-07-05 21:26:07 -0500 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-07-14 07:05:10 +1000 |
commit | f6c90dfebada626b92658cf54da4ce1d9a5277f4 (patch) | |
tree | e9365ec93c2703a9d592d1028a5aab75525d38d1 /source4/dsdb/kcc | |
parent | 4dea78d5084e0eed4b80dced087d71aa60b1fd3a (diff) | |
download | samba-f6c90dfebada626b92658cf54da4ce1d9a5277f4.tar.gz samba-f6c90dfebada626b92658cf54da4ce1d9a5277f4.tar.bz2 samba-f6c90dfebada626b92658cf54da4ce1d9a5277f4.zip |
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 <tridge@samba.org>
Diffstat (limited to 'source4/dsdb/kcc')
-rw-r--r-- | source4/dsdb/kcc/kcc_connection.h | 1 |
1 files changed, 1 insertions, 0 deletions
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]; }; |