summaryrefslogtreecommitdiffstats
path: root/staptree.h
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-03-03 19:01:58 -0500
committerFrank Ch. Eigler <fche@elastic.org>2008-03-03 19:01:58 -0500
commitc108ad66d2218a1311b8891f1194d08179ae7c19 (patch)
tree66b3e148a84447d69f1340447c5edba8bf2055cd /staptree.h
parent378f9227b04b876ff06af099715e7d60cdc49903 (diff)
parentb0be9bdb8c6972d847cad50a1e699f1fa806ad99 (diff)
downloadsystemtap-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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/staptree.h b/staptree.h
index acb56719..136472fd 100644
--- a/staptree.h
+++ b/staptree.h
@@ -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);