summaryrefslogtreecommitdiffstats
path: root/src/providers/dp_refresh.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_refresh.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_refresh.h')
-rw-r--r--src/providers/dp_refresh.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/providers/dp_refresh.h b/src/providers/dp_refresh.h
index 9b152acb8..e93034096 100644
--- a/src/providers/dp_refresh.h
+++ b/src/providers/dp_refresh.h
@@ -27,6 +27,9 @@
#include "providers/dp_backend.h"
#include "providers/dp_ptask.h"
+/* solve circular dependency */
+struct be_ctx;
+
/**
* name_list contains SYSDB_NAME of all expired records.
*/