summaryrefslogtreecommitdiffstats
path: root/staptree.h
diff options
context:
space:
mode:
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;
};