diff options
author | guanglei <guanglei> | 2006-05-08 04:23:14 +0000 |
---|---|---|
committer | guanglei <guanglei> | 2006-05-08 04:23:14 +0000 |
commit | 972662787b66d69b199c5e52488c55491e9880f3 (patch) | |
tree | 5496c30d16fc70aa63d6bc82122b4ba764956dcd /staptree.h | |
parent | b56337bc0b2696c549af2b9ce7df63e8832adb07 (diff) | |
download | systemtap-steved-972662787b66d69b199c5e52488c55491e9880f3.tar.gz systemtap-steved-972662787b66d69b199c5e52488c55491e9880f3.tar.xz systemtap-steved-972662787b66d69b199c5e52488c55491e9880f3.zip |
epilogue mode probe aliases support
Diffstat (limited to 'staptree.h')
-rw-r--r-- | staptree.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -585,6 +585,7 @@ struct probe_alias: public probe probe_alias(std::vector<probe_point*> const & aliases); std::vector<probe_point*> alias_names; virtual void printsig (std::ostream &o) const; + bool epilogue_style; }; |