summaryrefslogtreecommitdiffstats
path: root/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'session.h')
-rw-r--r--session.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/session.h b/session.h
index 1c0e1890..b7fb64ea 100644
--- a/session.h
+++ b/session.h
@@ -85,12 +85,13 @@ struct systemtap_session
int target_pid;
int last_pass;
unsigned verbose;
- unsigned timing;
+ bool timing;
bool keep_tmpdir;
bool guru_mode;
bool bulk_mode;
bool unoptimized;
bool merge;
+ bool suppress_warnings;
int buffer_size;
unsigned perfmon;
bool symtab; /* true: emit symbol table at translation time; false: let staprun do it. */