s4/dsdb: Define dsdb representation for schemaInfo attribute
[samba.git] / source4 / dsdb / schema / schema.h
index 7283744f7d088e9db24b12ca831aa91dfb03034e..d0ed62e1a777caf9d64626ca6714785d67110be7 100644 (file)
@@ -165,6 +165,14 @@ struct dsdb_class {
        uint32_t subClass_order;
 };
 
+/**
+ * data stored in schemaInfo attribute
+ */
+struct dsdb_schema_info {
+       uint32_t        revision;
+       struct GUID     invocation_id;
+};
+
 
 struct dsdb_schema {
        struct ldb_dn *base_dn;