summaryrefslogtreecommitdiffstats
path: root/src/providers/dp_ptask.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-06-10 20:30:57 +0200
commit0cf0e2d758d09e9b314ba72ce6638df10b258462 (patch)
tree4b7e85b222faff8a921095fbc3e8d8da898e38cb /src/providers/dp_ptask.h
parentb79e0e50a935d108173ca3062f2afe16103fcb1d (diff)
downloadsssd-0cf0e2d758d09e9b314ba72ce6638df10b258462.tar.gz
sssd-0cf0e2d758d09e9b314ba72ce6638df10b258462.tar.xz
sssd-0cf0e2d758d09e9b314ba72ce6638df10b258462.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_ptask.h')
-rw-r--r--src/providers/dp_ptask.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/providers/dp_ptask.h b/src/providers/dp_ptask.h
index 5a1d62c83..ae5f78d58 100644
--- a/src/providers/dp_ptask.h
+++ b/src/providers/dp_ptask.h
@@ -27,6 +27,9 @@
#include "providers/dp_backend.h"
+/* solve circular dependency */
+struct be_ctx;
+
struct be_ptask;
/**