summaryrefslogtreecommitdiffstats
path: root/cache.h
diff options
context:
space:
mode:
authorroot <root@toddy.(none)>2008-10-17 17:28:46 -0400
committerroot <root@toddy.(none)>2008-10-17 17:28:46 -0400
commitf604f54a6df38a064787a381852ceb98e229f9e9 (patch)
tree8dddafcf18f6847df63cdee1965d4225c0611ef4 /cache.h
parentfffd8e13b84c121be4657a91042d050094fbfb99 (diff)
downloadsystemtap-steved-f604f54a6df38a064787a381852ceb98e229f9e9.tar.gz
systemtap-steved-f604f54a6df38a064787a381852ceb98e229f9e9.tar.xz
systemtap-steved-f604f54a6df38a064787a381852ceb98e229f9e9.zip
Added creation of a default cache limit file if it doesn't exist.
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h1
1 files changed, 1 insertions, 0 deletions
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;