summaryrefslogtreecommitdiffstats
path: root/elaborate.h
diff options
context:
space:
mode:
Diffstat (limited to 'elaborate.h')
-rw-r--r--elaborate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/elaborate.h b/elaborate.h
index a4546274..0abc04e0 100644
--- a/elaborate.h
+++ b/elaborate.h
@@ -235,6 +235,7 @@ struct systemtap_session
std::vector<functiondecl*> functions;
std::vector<derived_probe*> probes;
std::vector<embeddedcode*> embeds;
+ std::map<std::string, statistic_decl> stat_decls;
// module-referencing file handles
std::map<std::string,int> module_fds;