summaryrefslogtreecommitdiff
path: root/source4/dsdb/schema/schema.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-07-01 16:35:13 +0200
committerStefan Metzmacher <metze@samba.org>2008-07-01 16:55:43 +0200
commitdb0a105aae2ba32be4aa5658fc8963ba28933a6b (patch)
tree88380059d39f2324ea64aae874712a4dd661c642 /source4/dsdb/schema/schema.h
parent8974bf92a84091ce4b6cd42525648a71a4ca20b4 (diff)
downloadsamba-db0a105aae2ba32be4aa5658fc8963ba28933a6b.tar.gz
samba-db0a105aae2ba32be4aa5658fc8963ba28933a6b.tar.bz2
samba-db0a105aae2ba32be4aa5658fc8963ba28933a6b.zip
schema_fsmo: move fsmo info into struct dsdb_schema
metze (This used to be commit 8538d305c803268c712a90879f29a2a74ba0ef03)
Diffstat (limited to 'source4/dsdb/schema/schema.h')
-rw-r--r--source4/dsdb/schema/schema.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/dsdb/schema/schema.h b/source4/dsdb/schema/schema.h
index bb34235465..6fce354f7c 100644
--- a/source4/dsdb/schema/schema.h
+++ b/source4/dsdb/schema/schema.h
@@ -150,6 +150,11 @@ struct dsdb_schema {
struct dsdb_attribute *attributes;
struct dsdb_class *classes;
+ struct {
+ bool we_are_master;
+ struct ldb_dn *master_dn;
+ } fsmo;
+
struct smb_iconv_convenience *iconv_convenience;
};