summaryrefslogtreecommitdiffstats
path: root/src/providers/dp_backend.h
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2013-05-13 10:30:48 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-08-11 22:04:59 +0200
commitedbafc21c4c59d960a48656736294b86f48b905c (patch)
treea39da13418294bf35d3a6f9dc5ef847c89fc27cc /src/providers/dp_backend.h
parentf47934c7d4cd50cfd7f436e1faad2c0764fe0b82 (diff)
downloadsssd-edbafc21c4c59d960a48656736294b86f48b905c.tar.gz
sssd-edbafc21c4c59d960a48656736294b86f48b905c.tar.xz
sssd-edbafc21c4c59d960a48656736294b86f48b905c.zip
back end: add refresh expired records periodic task
https://fedorahosted.org/sssd/ticket/1713 Add new option refresh_expired_interval.
Diffstat (limited to 'src/providers/dp_backend.h')
-rw-r--r--src/providers/dp_backend.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/providers/dp_backend.h b/src/providers/dp_backend.h
index 743b6f4ff..a2af785ca 100644
--- a/src/providers/dp_backend.h
+++ b/src/providers/dp_backend.h
@@ -24,6 +24,7 @@
#include "providers/data_provider.h"
#include "providers/fail_over.h"
+#include "providers/dp_refresh.h"
#include "util/child_common.h"
#include "db/sysdb.h"
@@ -123,6 +124,8 @@ struct be_ctx {
struct loaded_be loaded_be[BET_MAX];
struct bet_info bet_info[BET_MAX];
+ struct be_refresh_ctx *refresh_ctx;
+
size_t check_online_ref_count;
};