summaryrefslogtreecommitdiffstats
path: root/staptree.h
diff options
context:
space:
mode:
authorguanglei <guanglei>2006-05-08 04:23:14 +0000
committerguanglei <guanglei>2006-05-08 04:23:14 +0000
commit972662787b66d69b199c5e52488c55491e9880f3 (patch)
tree5496c30d16fc70aa63d6bc82122b4ba764956dcd /staptree.h
parentb56337bc0b2696c549af2b9ce7df63e8832adb07 (diff)
downloadsystemtap-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/staptree.h b/staptree.h
index 3221e43b..4eed068d 100644
--- a/staptree.h
+++ b/staptree.h
@@ -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;
};