summaryrefslogtreecommitdiffstats
path: root/elaborate.h
diff options
context:
space:
mode:
Diffstat (limited to 'elaborate.h')
-rw-r--r--elaborate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/elaborate.h b/elaborate.h
index c3c35fee..43816e61 100644
--- a/elaborate.h
+++ b/elaborate.h
@@ -231,6 +231,9 @@ struct systemtap_session
std::vector<derived_probe*> probes;
std::vector<embeddedcode*> embeds;
+ // module-referencing file handles
+ std::map<std::string,int> module_fds;
+
// unparser data
translator_output* op;
unparser* up;