summaryrefslogtreecommitdiffstats
path: root/session.h
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2007-10-05 22:43:41 -0400
committerFrank Ch. Eigler <fche@elastic.org>2007-10-05 22:43:41 -0400
commit9d33454315110680fda3a926465c3002a0521431 (patch)
tree1bf932760ff25506f7fb8c9c2fc118bb249f5113 /session.h
parentb3159730ec256436bc47071185c6a3d14324f8d1 (diff)
parenta9e8f7e0533811be2cd7c9a88d9058da8caa1d11 (diff)
downloadsystemtap-steved-9d33454315110680fda3a926465c3002a0521431.tar.gz
systemtap-steved-9d33454315110680fda3a926465c3002a0521431.tar.xz
systemtap-steved-9d33454315110680fda3a926465c3002a0521431.zip
Merge branch 'master' of git://sources.redhat.com/git/systemtap
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. */