1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

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>
This commit is contained in:
Dave Craft 2011-07-05 21:26:07 -05:00 committed by Andrew Tridgell
parent 4dea78d508
commit f6c90dfeba

View File

@ -27,6 +27,7 @@
struct kcc_connection {
struct GUID obj_guid;
struct GUID dsa_guid;
struct GUID invocation_id;
uint8_t schedule[84];
};