summaryrefslogtreecommitdiffstats
path: root/session.h
diff options
context:
space:
mode:
authorKent Sebastian <ksebasti@toddy.(none)>2008-10-10 15:40:46 -0400
committerKent Sebastian <ksebasti@toddy.(none)>2008-10-10 15:40:46 -0400
commit06c7e0574aa7781478425d171a885603ad365155 (patch)
treec3a42bc2de20a59ec373f94b1500969223e727b7 /session.h
parentd68088d095ca865001a5cc3f595982b63c96c418 (diff)
downloadsystemtap-steved-06c7e0574aa7781478425d171a885603ad365155.tar.gz
systemtap-steved-06c7e0574aa7781478425d171a885603ad365155.tar.xz
systemtap-steved-06c7e0574aa7781478425d171a885603ad365155.zip
Functions implementing cache limiting.
Diffstat (limited to 'session.h')
-rw-r--r--session.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/session.h b/session.h
index 4746422f..a848a8e5 100644
--- a/session.h
+++ b/session.h
@@ -110,6 +110,7 @@ struct systemtap_session
bool use_cache;
std::string cache_path;
std::string hash_path;
+ long cache_max;
// dwarfless operation
bool consult_symtab;