diff options
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 |