From 16d8de1b4b18b1655ef17d1ef0c0ea8e96d2aea2 Mon Sep 17 00:00:00 2001 From: trz Date: Wed, 5 Oct 2005 20:19:50 +0000 Subject: stap command-line option additions: -b (bulk mode), -s (buffer size) --- elaborate.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'elaborate.h') 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 -- cgit