summaryrefslogtreecommitdiffstats
path: root/src/tools/tools_util.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2013-01-21 13:23:30 +0100
committerJakub Hrozek <jhrozek@redhat.com>2013-01-21 16:19:26 +0100
commita53bebc398a4711a2dd0f9b390e9b93007e7cd9b (patch)
tree21bd4d1d3f826bb163fec9467aecbd3feab826c0 /src/tools/tools_util.h
parenteafa1e3679ebfc9ce4dfc8f17881baaef4c26c37 (diff)
downloadsssd-a53bebc398a4711a2dd0f9b390e9b93007e7cd9b.tar.gz
sssd-a53bebc398a4711a2dd0f9b390e9b93007e7cd9b.tar.xz
sssd-a53bebc398a4711a2dd0f9b390e9b93007e7cd9b.zip
TOOLS: invalidate parent groups in memory cache, too
https://fedorahosted.org/sssd/ticket/1775
Diffstat (limited to 'src/tools/tools_util.h')
-rw-r--r--src/tools/tools_util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/tools_util.h b/src/tools/tools_util.h
index 3554a182d..47bf3876e 100644
--- a/src/tools/tools_util.h
+++ b/src/tools/tools_util.h
@@ -111,7 +111,8 @@ errno_t sss_memcache_clear_all(void);
errno_t sss_mc_refresh_user(const char *username);
errno_t sss_mc_refresh_group(const char *groupname);
-errno_t sss_mc_refresh_grouplist(char **groupnames);
+errno_t sss_mc_refresh_grouplist(struct tools_ctx *tctx,
+ char **groupnames);
/* from files.c */
int remove_tree(const char *root);