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:21:36 +0200
commitaf7f51113a17b8e035569350ca25e3c92aa85d2c (patch)
tree1817a361359b506fff3e326727c85ced78f86d17 /src/providers/dp_refresh.h
parent437dd528967d74b2444db5014b4e34a8699ff31c (diff)
downloadsssd-af7f51113a17b8e035569350ca25e3c92aa85d2c.tar.gz
sssd-af7f51113a17b8e035569350ca25e3c92aa85d2c.tar.xz
sssd-af7f51113a17b8e035569350ca25e3c92aa85d2c.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.
*/