diff options
author | Elliott Baron <ebaron@toriamos.yyz.redhat.com> | 2008-10-10 16:33:24 -0400 |
---|---|---|
committer | Elliott Baron <ebaron@toriamos.yyz.redhat.com> | 2008-10-10 16:33:24 -0400 |
commit | 419463c9aaea3fc2860736eff0e245ae1ea64944 (patch) | |
tree | de967db4305a0c72931d48d7e812392fa76e0825 /session.h | |
parent | 23433b34c15fbcbd90f6433c5b1dc4176f479437 (diff) | |
parent | e10599ffadb4cd177581a36feb8485028c9fbf7b (diff) | |
download | systemtap-steved-419463c9aaea3fc2860736eff0e245ae1ea64944.tar.gz systemtap-steved-419463c9aaea3fc2860736eff0e245ae1ea64944.tar.xz systemtap-steved-419463c9aaea3fc2860736eff0e245ae1ea64944.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'session.h')
-rw-r--r-- | session.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |