summaryrefslogtreecommitdiffstats
path: root/elaborate.h
diff options
context:
space:
mode:
authortrz <trz>2005-10-19 19:35:35 +0000
committertrz <trz>2005-10-19 19:35:35 +0000
commit08c68653dd3dc7921339dfe4627c464ef4249faa (patch)
tree39fce1e3feea2bb68ecb3dad2aad51d3f3fa601c /elaborate.h
parent707cb4bfb6e6e918dba16021ca0ae29671660d68 (diff)
downloadsystemtap-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.h1
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;