From 08c68653dd3dc7921339dfe4627c464ef4249faa Mon Sep 17 00:00:00 2001 From: trz Date: Wed, 19 Oct 2005 19:35:35 +0000 Subject: fixes part of PR1194 (passing -o option to stpd) --- elaborate.h | 1 + 1 file changed, 1 insertion(+) (limited to 'elaborate.h') 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; -- cgit