diff options
Diffstat (limited to 'staptree.h')
-rw-r--r-- | staptree.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -681,6 +681,7 @@ struct probe virtual void printsig (std::ostream &o) const; virtual void collect_derivation_chain (std::vector<probe*> &probes_list); virtual const probe_alias *get_alias () const { return 0; } + virtual probe* create_alias(probe_point* l, probe_point* a); virtual probe* basest () { return this; } virtual ~probe() {} bool privileged; |