summaryrefslogtreecommitdiffstats
path: root/src/providers/dp_refresh.h
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2015-02-13 13:16:04 +0100
committerJakub Hrozek <jhrozek@redhat.com>2015-03-08 22:27:02 +0100
commitb0d3164ca2bd842e176268c26935c5ce54f7f76e (patch)
tree758eeb38df192e07001a025e15998cf4d8a1c3e1 /src/providers/dp_refresh.h
parent79ee5fbacd6ee4153fa59edf5b1ae55b4f020211 (diff)
downloadsssd-b0d3164ca2bd842e176268c26935c5ce54f7f76e.tar.gz
sssd-b0d3164ca2bd842e176268c26935c5ce54f7f76e.tar.xz
sssd-b0d3164ca2bd842e176268c26935c5ce54f7f76e.zip
be_refresh: refresh all domains in backend
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src/providers/dp_refresh.h')
-rw-r--r--src/providers/dp_refresh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/dp_refresh.h b/src/providers/dp_refresh.h
index 0c4d4a08e..d7c775fff 100644
--- a/src/providers/dp_refresh.h
+++ b/src/providers/dp_refresh.h
@@ -36,6 +36,7 @@ typedef struct tevent_req *
(*be_refresh_send_t)(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
struct be_ctx *be_ctx,
+ struct sss_domain_info *domain,
char **values,
void *pvt);