diff options
Diffstat (limited to 'elaborate.h')
-rw-r--r-- | elaborate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/elaborate.h b/elaborate.h index 43816e61..6482952c 100644 --- a/elaborate.h +++ b/elaborate.h @@ -206,6 +206,8 @@ struct systemtap_session std::string kernel_release; std::string runtime_path; std::string module_name; + std::string cmd; + int target_pid; int last_pass; bool test_mode; bool verbose; |