diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2007-11-20 22:06:20 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2007-11-20 22:06:20 -0500 |
commit | 8fe15c1c1fcad3cf69c99f6eed18fddce2ace3cd (patch) | |
tree | c40367e5311e9e80f0ad30a2edbc3362946193d8 /elaborate.h | |
parent | efa777288a9297c3842a9fe1ad9fbdc7ffe69311 (diff) | |
parent | cbbe8080060563441ba79ed4645e9b533a870409 (diff) | |
download | systemtap-steved-8fe15c1c1fcad3cf69c99f6eed18fddce2ace3cd.tar.gz systemtap-steved-8fe15c1c1fcad3cf69c99f6eed18fddce2ace3cd.tar.xz systemtap-steved-8fe15c1c1fcad3cf69c99f6eed18fddce2ace3cd.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'elaborate.h')
-rw-r--r-- | elaborate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elaborate.h b/elaborate.h index 6967e1e7..13246b86 100644 --- a/elaborate.h +++ b/elaborate.h @@ -118,6 +118,7 @@ struct derived_probe: public probe virtual probe_point* sole_location () const; virtual void printsig (std::ostream &o) const; void printsig_nested (std::ostream &o) const; + void insert_condition_statement (void); virtual void collect_derivation_chain (std::vector<derived_probe*> &probes_list); virtual void emit_probe_context_vars (translator_output*) {} |