diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-06-23 13:51:41 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-06-23 17:45:41 -0400 |
commit | cbf5ebe1cd48f1c669cb0bbc762bf7782915e6cc (patch) | |
tree | 503b00870dde857536b00f2895456818fcaa7b4d /session.h | |
parent | f5973d675f3a2b98046b84341fd63249f973f0a0 (diff) | |
download | systemtap-steved-cbf5ebe1cd48f1c669cb0bbc762bf7782915e6cc.tar.gz systemtap-steved-cbf5ebe1cd48f1c669cb0bbc762bf7782915e6cc.tar.xz systemtap-steved-cbf5ebe1cd48f1c669cb0bbc762bf7782915e6cc.zip |
make module_cache a session field rather than plain static
Diffstat (limited to 'session.h')
-rw-r--r-- | session.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -165,8 +165,8 @@ struct systemtap_session Dwarf_Addr sym_stext; // List of libdwfl module names to extract symbol/unwind data for. - struct module_cache* module_cache; std::set<std::string> unwindsym_modules; + struct module_cache* module_cache; std::set<std::string> seen_errors; std::set<std::string> seen_warnings; |