diff options
Diffstat (limited to 'staptree.h')
-rw-r--r-- | staptree.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -573,6 +573,7 @@ struct probe_point std::vector<component*> components; const token* tok; // points to first component's functor bool optional; + bool sufficient; void print (std::ostream& o) const; probe_point (); probe_point(std::vector<component*> const & comps,const token * t); |