summaryrefslogtreecommitdiffstats
path: root/elaborate.h
diff options
context:
space:
mode:
authortrz <trz>2005-10-05 20:19:50 +0000
committertrz <trz>2005-10-05 20:19:50 +0000
commit16d8de1b4b18b1655ef17d1ef0c0ea8e96d2aea2 (patch)
treee30bd39ad605b35e444516bb7cada110000344c7 /elaborate.h
parente8fbc5e8b71db38b83a215498ab34936689c3175 (diff)
downloadsystemtap-steved-16d8de1b4b18b1655ef17d1ef0c0ea8e96d2aea2.tar.gz
systemtap-steved-16d8de1b4b18b1655ef17d1ef0c0ea8e96d2aea2.tar.xz
systemtap-steved-16d8de1b4b18b1655ef17d1ef0c0ea8e96d2aea2.zip
stap command-line option additions: -b (bulk mode), -s (buffer size)
Diffstat (limited to 'elaborate.h')
-rw-r--r--elaborate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/elaborate.h b/elaborate.h
index 22fea82f..e3683a27 100644
--- a/elaborate.h
+++ b/elaborate.h
@@ -214,6 +214,8 @@ struct systemtap_session
bool verbose;
bool keep_tmpdir;
bool guru_mode;
+ bool bulk_mode;
+ int buffer_size;
// temporary directory for module builds etc.
// hazardous - it is "rm -rf"'d at exit