summaryrefslogtreecommitdiff
path: root/source4/dsdb/schema/schema.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-04-08 23:18:49 +1000
committerAndrew Bartlett <abartlet@samba.org>2009-04-08 23:18:49 +1000
commitdb29383797e10496dab16fc4729272dcfe090858 (patch)
tree7e388e2feaaf0052956ce5a27c66610a84d841a0 /source4/dsdb/schema/schema.h
parent54f7523db1848d75f61a8f02968de30bd6c49804 (diff)
downloadsamba-db29383797e10496dab16fc4729272dcfe090858.tar.gz
samba-db29383797e10496dab16fc4729272dcfe090858.tar.bz2
samba-db29383797e10496dab16fc4729272dcfe090858.zip
Make the schema_inferiors generation code to compile
Sadly it still segfaults at this stage Andrew Bartlett
Diffstat (limited to 'source4/dsdb/schema/schema.h')
-rw-r--r--source4/dsdb/schema/schema.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/dsdb/schema/schema.h b/source4/dsdb/schema/schema.h
index 98ccf5ed9e..92cfe113d4 100644
--- a/source4/dsdb/schema/schema.h
+++ b/source4/dsdb/schema/schema.h
@@ -132,6 +132,12 @@ struct dsdb_class {
bool defaultHidingValue;
bool isDefunct;
bool systemOnly;
+
+ char **supclasses;
+ char **subclasses;
+ char **subclasses_direct;
+ char **posssuperiors;
+ char **possible_inferiors;
};
struct dsdb_schema_oid_prefix {