From cbf5ebe1cd48f1c669cb0bbc762bf7782915e6cc Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Mon, 23 Jun 2008 13:51:41 -0400 Subject: make module_cache a session field rather than plain static --- session.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'session.h') diff --git a/session.h b/session.h index d8d89091..734c8d7d 100644 --- a/session.h +++ b/session.h @@ -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 unwindsym_modules; + struct module_cache* module_cache; std::set seen_errors; std::set seen_warnings; -- cgit