summaryrefslogtreecommitdiffstats
path: root/src/monitor/monitor_interfaces.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2012-12-15 16:50:31 +0100
committerJakub Hrozek <jhrozek@redhat.com>2012-12-18 17:25:35 +0100
commitccb2c1f30b04bf1f7a33f47748664dedb7ddd0e3 (patch)
tree1661b1fd5970ecf45d21ee7566045abc61743724 /src/monitor/monitor_interfaces.h
parente880949305cee3aca79441fe6113a9d79e7c98f2 (diff)
downloadsssd-ccb2c1f30b04bf1f7a33f47748664dedb7ddd0e3.tar.gz
sssd-ccb2c1f30b04bf1f7a33f47748664dedb7ddd0e3.tar.xz
sssd-ccb2c1f30b04bf1f7a33f47748664dedb7ddd0e3.zip
AUTOFS: Clear enum cache if a request comes in from the sss_cache
In order for sss_cache to work correctly, we must also signal the autofs responder to invalidate the hash table requests.
Diffstat (limited to 'src/monitor/monitor_interfaces.h')
-rw-r--r--src/monitor/monitor_interfaces.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/monitor/monitor_interfaces.h b/src/monitor/monitor_interfaces.h
index abe905035..f27c7d00c 100644
--- a/src/monitor/monitor_interfaces.h
+++ b/src/monitor/monitor_interfaces.h
@@ -46,6 +46,7 @@
#define MON_CLI_METHOD_RESET_OFFLINE "resetOffline" /* Applicable only to providers */
#define MON_CLI_METHOD_ROTATE "rotateLogs"
#define MON_CLI_METHOD_CLEAR_MEMCACHE "clearMemcache"
+#define MON_CLI_METHOD_CLEAR_ENUM_CACHE "clearEnumCache"
#define SSSD_SERVICE_PIPE "private/sbus-monitor"