diff options
author | wenji <wjhuang@dhcp-beijing-cdc-10-182-120-233.cn.oracle.com> | 2008-04-10 21:29:51 -0400 |
---|---|---|
committer | wenji <wjhuang@dhcp-beijing-cdc-10-182-120-233.cn.oracle.com> | 2008-04-10 21:29:51 -0400 |
commit | d58c66bfef5cfa7267ced03db11928fd5c78ba9c (patch) | |
tree | 8c7065afbd175ab315f391318a6dd7f9bb229fb9 /session.h | |
parent | f317d3a33bdf4962b0655861e4552b5fec0f0a37 (diff) | |
parent | ec5d7273b73c56dacb4ac9b167186ff1ea964e63 (diff) | |
download | systemtap-steved-d58c66bfef5cfa7267ced03db11928fd5c78ba9c.tar.gz systemtap-steved-d58c66bfef5cfa7267ced03db11928fd5c78ba9c.tar.xz systemtap-steved-d58c66bfef5cfa7267ced03db11928fd5c78ba9c.zip |
Merge branch 'master' of ssh://wenji@sources.redhat.com/git/systemtap
Diffstat (limited to 'session.h')
-rw-r--r-- | session.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -88,6 +88,7 @@ struct systemtap_session bool timing; bool keep_tmpdir; bool guru_mode; + bool listing_mode; bool bulk_mode; bool unoptimized; bool merge; |