diff options
author | trz <trz> | 2005-10-19 19:35:35 +0000 |
---|---|---|
committer | trz <trz> | 2005-10-19 19:35:35 +0000 |
commit | 08c68653dd3dc7921339dfe4627c464ef4249faa (patch) | |
tree | 39fce1e3feea2bb68ecb3dad2aad51d3f3fa601c /elaborate.h | |
parent | 707cb4bfb6e6e918dba16021ca0ae29671660d68 (diff) | |
download | systemtap-steved-08c68653dd3dc7921339dfe4627c464ef4249faa.tar.gz systemtap-steved-08c68653dd3dc7921339dfe4627c464ef4249faa.tar.xz systemtap-steved-08c68653dd3dc7921339dfe4627c464ef4249faa.zip |
fixes part of PR1194 (passing -o option to stpd)
Diffstat (limited to 'elaborate.h')
-rw-r--r-- | elaborate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elaborate.h b/elaborate.h index b2eec8a2..a4546274 100644 --- a/elaborate.h +++ b/elaborate.h @@ -206,6 +206,7 @@ struct systemtap_session std::string kernel_release; std::string runtime_path; std::string module_name; + std::string output_file; std::string cmd; int target_pid; int last_pass; |