summaryrefslogtreecommitdiff
path: root/source4/dsdb/schema/schema.h
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2012-05-22 16:25:50 -0700
committerMatthieu Patou <mat@matws.net>2012-06-22 23:22:03 -0700
commit9374ee1ba1dc1df3d5cdab1755ca9bfac338a4ae (patch)
tree3b4fc97d82c4def0487ccbcca19554c7f337d250 /source4/dsdb/schema/schema.h
parent2d20a918db646e9e48f296a46f1d672563730e03 (diff)
downloadsamba-9374ee1ba1dc1df3d5cdab1755ca9bfac338a4ae.tar.gz
samba-9374ee1ba1dc1df3d5cdab1755ca9bfac338a4ae.tar.bz2
samba-9374ee1ba1dc1df3d5cdab1755ca9bfac338a4ae.zip
s4-schema: keep track of the timestamp of the most recently changed/created object
Diffstat (limited to 'source4/dsdb/schema/schema.h')
-rw-r--r--source4/dsdb/schema/schema.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/dsdb/schema/schema.h b/source4/dsdb/schema/schema.h
index d3dd035e01..b2f7bac1d1 100644
--- a/source4/dsdb/schema/schema.h
+++ b/source4/dsdb/schema/schema.h
@@ -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;