diff options
author | Sumit Bose <sbose@redhat.com> | 2011-06-23 17:42:52 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-08-31 12:52:52 +0200 |
commit | 4f6de78a12a2b9adf4532e7e54637bf29c5d1067 (patch) | |
tree | 7b526f175e498f35dda921404854f4d61fdf28c5 /source3/include | |
parent | f864767034f5e463ce3f06e13920dedf55f494e4 (diff) | |
download | samba-4f6de78a12a2b9adf4532e7e54637bf29c5d1067.tar.gz samba-4f6de78a12a2b9adf4532e7e54637bf29c5d1067.tar.bz2 samba-4f6de78a12a2b9adf4532e7e54637bf29c5d1067.zip |
s3-pdb_ipa: Add posix offset to struct pdb_trusted_domain
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/passdb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/passdb.h b/source3/include/passdb.h index 546bcb0cb1..b42491d834 100644 --- a/source3/include/passdb.h +++ b/source3/include/passdb.h @@ -267,6 +267,7 @@ struct pdb_trusted_domain { uint32_t trust_direction; uint32_t trust_type; uint32_t trust_attributes; + uint32_t *trust_posix_offset; DATA_BLOB trust_forest_trust_info; }; |