summaryrefslogtreecommitdiffstats
path: root/src/providers/simple/simple_access.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/providers/simple/simple_access.h')
-rw-r--r--src/providers/simple/simple_access.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/providers/simple/simple_access.h b/src/providers/simple/simple_access.h
index 15dfaceb2..a618b2e2e 100644
--- a/src/providers/simple/simple_access.h
+++ b/src/providers/simple/simple_access.h
@@ -32,6 +32,8 @@ struct simple_ctx {
char **deny_users;
char **allow_groups;
char **deny_groups;
+
+ time_t last_refresh_of_filter_lists;
};
struct tevent_req *simple_access_check_send(TALLOC_CTX *mem_ctx,