From db29383797e10496dab16fc4729272dcfe090858 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 8 Apr 2009 23:18:49 +1000 Subject: Make the schema_inferiors generation code to compile Sadly it still segfaults at this stage Andrew Bartlett --- source4/dsdb/schema/schema.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source4/dsdb/schema/schema.h') 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 { -- cgit