diff options
author | William Cohen <wcohen@redhat.com> | 2008-11-18 23:17:30 -0500 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2008-11-18 23:17:30 -0500 |
commit | a3ea7334517f241e50fd5b72c907707941524510 (patch) | |
tree | 37df23e0b2a190bac4b13da982497af13d15cdf5 /session.h | |
parent | d0dca8f4c797a6c41d45147b3fe7a359e98179ef (diff) | |
parent | 8590d03dfe106ec860fd1cdbe28d394d61b6a791 (diff) | |
download | systemtap-steved-a3ea7334517f241e50fd5b72c907707941524510.tar.gz systemtap-steved-a3ea7334517f241e50fd5b72c907707941524510.tar.xz systemtap-steved-a3ea7334517f241e50fd5b72c907707941524510.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'session.h')
-rw-r--r-- | session.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -89,6 +89,7 @@ struct systemtap_session std::string cmd; int target_pid; int last_pass; + unsigned perpass_verbose[5]; unsigned verbose; bool timing; bool keep_tmpdir; |