diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-10-03 03:20:40 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-10-03 03:20:40 +0000 |
commit | 26b8f6bbeb567552f6a75469b0391c06dd87e1e1 (patch) | |
tree | 82e454dcf4a09201e283a73c9c6f59533c9d9da0 /source3/include | |
parent | 32027e3b6bb12e81a0f667d550e4bc9be91a29c5 (diff) | |
download | samba-26b8f6bbeb567552f6a75469b0391c06dd87e1e1.tar.gz samba-26b8f6bbeb567552f6a75469b0391c06dd87e1e1.tar.xz samba-26b8f6bbeb567552f6a75469b0391c06dd87e1e1.zip |
We are going to need to track the SAM sequence number too.
(This used to be commit 92e0d0e6082117d2d5342383023cff244bbceed0)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/sam.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/sam.h b/source3/include/sam.h index d6fc1d7a1c..f46a6e7bcb 100644 --- a/source3/include/sam.h +++ b/source3/include/sam.h @@ -72,6 +72,7 @@ typedef struct sam_domain_handle { uint32 num_accounts; /* number of accounts in the domain */ uint32 num_groups; /* number of global groups */ uint32 num_aliases; /* number of local groups */ + uint32 sam_sequence_number; /* global sequence number */ } private; } SAM_DOMAIN_HANDLE; |