From f604f54a6df38a064787a381852ceb98e229f9e9 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 17 Oct 2008 17:28:46 -0400 Subject: Added creation of a default cache limit file if it doesn't exist. --- cache.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cache.h') diff --git a/cache.h b/cache.h index f5256518..0cd433e4 100644 --- a/cache.h +++ b/cache.h @@ -1,4 +1,5 @@ #define SYSTEMTAP_CACHE_MAX_FILENAME "cache_mb_limit" +#define SYSTEMTAP_CACHE_DEFAULT_MB 64 struct cache_ent_info { std::string path; -- cgit