s4-schema: keep track of the timestamp of the most recently changed/created object
[ddiss/samba.git] / source4 / dsdb / schema / schema.h
index d3dd035e0132b41e7656275d8c8c07172e8362ac..b2f7bac1d1869f4cf5ea1c6b50dedfbbcb3b429d 100644 (file)
@@ -245,6 +245,7 @@ struct dsdb_schema {
        struct ldb_module *loaded_from_module;
        struct dsdb_schema *(*refresh_fn)(struct ldb_module *module, struct dsdb_schema *schema, bool is_global_schema);
        bool refresh_in_progress;
+       time_t ts_last_change;
        time_t last_refresh;
        /* an 'opaque' sequence number that the reload function may also wish to use */
        uint64_t reload_seq_number;