diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2007-11-19 23:02:17 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2007-11-19 23:02:17 -0500 |
commit | f204c373c6004f9f4c9742bd04acedb2767f4806 (patch) | |
tree | eb20e3219db643c07802dbec890b704e44b87458 /staptree.h | |
parent | 055e8b89db8f76f0ccc05d08acfe979ba50024d6 (diff) | |
parent | d898100ab001dd4b3465f738dad76d1d646c3261 (diff) | |
download | systemtap-steved-f204c373c6004f9f4c9742bd04acedb2767f4806.tar.gz systemtap-steved-f204c373c6004f9f4c9742bd04acedb2767f4806.tar.xz systemtap-steved-f204c373c6004f9f4c9742bd04acedb2767f4806.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
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); |