summaryrefslogtreecommitdiffstats
path: root/main.cxx
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 /main.cxx
parentd68088d095ca865001a5cc3f595982b63c96c418 (diff)
downloadsystemtap-steved-06c7e0574aa7781478425d171a885603ad365155.tar.gz
systemtap-steved-06c7e0574aa7781478425d171a885603ad365155.tar.xz
systemtap-steved-06c7e0574aa7781478425d171a885603ad365155.zip
Functions implementing cache limiting.
Diffstat (limited to 'main.cxx')
-rw-r--r--main.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cxx b/main.cxx
index ce4572c1..7e7e32fa 100644
--- a/main.cxx
+++ b/main.cxx
@@ -1030,7 +1030,7 @@ main (int argc, char * const argv [])
<< endl;
else
{
- // Update cache.
+ // Update cache. Cache cleaning is kicked off at the end of this function.
if (s.use_cache)
add_to_cache(s);