diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-03-03 19:01:58 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-03-03 19:01:58 -0500 |
commit | c108ad66d2218a1311b8891f1194d08179ae7c19 (patch) | |
tree | 66b3e148a84447d69f1340447c5edba8bf2055cd /staptree.h | |
parent | 378f9227b04b876ff06af099715e7d60cdc49903 (diff) | |
parent | b0be9bdb8c6972d847cad50a1e699f1fa806ad99 (diff) | |
download | systemtap-steved-c108ad66d2218a1311b8891f1194d08179ae7c19.tar.gz systemtap-steved-c108ad66d2218a1311b8891f1194d08179ae7c19.tar.xz systemtap-steved-c108ad66d2218a1311b8891f1194d08179ae7c19.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'staptree.h')
-rw-r--r-- | staptree.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -222,7 +222,7 @@ struct symbol: }; -struct target_symbol : public expression +struct target_symbol: public symbol { enum component_type { @@ -749,6 +749,7 @@ struct varuse_collecting_visitor: public functioncall_traversing_visitor void visit_print_format (print_format *e); void visit_assignment (assignment *e); void visit_arrayindex (arrayindex *e); + void visit_target_symbol (target_symbol *e); void visit_symbol (symbol *e); void visit_pre_crement (pre_crement *e); void visit_post_crement (post_crement *e); |