summaryrefslogtreecommitdiffstats
path: root/elaborate.h
diff options
context:
space:
mode:
Diffstat (limited to 'elaborate.h')
-rw-r--r--elaborate.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/elaborate.h b/elaborate.h
index 3c0c8ed4..5855c92d 100644
--- a/elaborate.h
+++ b/elaborate.h
@@ -30,7 +30,8 @@ protected:
public:
functiondecl* current_function;
- derived_probe* current_probe;
+ probe* current_probe;
+ derived_probe* current_derived_probe;
symresolution_info (systemtap_session& s);
// XXX: instead in systemtap_session?