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 b2512054..fc5c590f 100644
--- a/staptree.h
+++ b/staptree.h
@@ -561,6 +561,7 @@ struct probe_point
};
std::vector<component*> components;
const token* tok; // points to first component's functor
+ bool optional;
void print (std::ostream& o) const;
probe_point ();
probe_point(std::vector<component*> const & comps,const token * t);