From 99c99e557020775714f028b28a147edda290c783 Mon Sep 17 00:00:00 2001 From: Michal Zidek Date: Tue, 11 Sep 2012 18:44:52 +0200 Subject: sss_cache tool invalidates records in memory cache. --- src/util/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/util/util.h') diff --git a/src/util/util.h b/src/util/util.h index 685702fc..df739ab6 100644 --- a/src/util/util.h +++ b/src/util/util.h @@ -54,6 +54,8 @@ typedef int errno_t; #define ENUM_INDICATOR "*" +#define CLEAR_MC_FLAG "clear_mc_flag" + extern const char *debug_prg_name; extern int debug_level; extern int debug_timestamps; -- cgit