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:26:28 +0100
commit45c1f3c6e3d6b2c9cf209a7b134e69e65ae7f636 (patch)
treeb59761379c80bd774eea5d916346bfc1238391d5 /src/tools/tools_util.h
parent5d95c207a41071ac96820215fab98c8cf41750e5 (diff)
downloadsssd-45c1f3c6e3d6b2c9cf209a7b134e69e65ae7f636.tar.gz
sssd-45c1f3c6e3d6b2c9cf209a7b134e69e65ae7f636.tar.xz
sssd-45c1f3c6e3d6b2c9cf209a7b134e69e65ae7f636.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);