diff options
author | trz <trz> | 2005-10-05 20:19:50 +0000 |
---|---|---|
committer | trz <trz> | 2005-10-05 20:19:50 +0000 |
commit | 16d8de1b4b18b1655ef17d1ef0c0ea8e96d2aea2 (patch) | |
tree | e30bd39ad605b35e444516bb7cada110000344c7 /elaborate.h | |
parent | e8fbc5e8b71db38b83a215498ab34936689c3175 (diff) | |
download | systemtap-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.h | 2 |
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 |