From 405b71b8a7691e59409ae52ddfb2787189fb2dd9 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Mon, 23 Jun 2008 14:03:37 -0400 Subject: make module_cache a session field rather than plain static --- elaborate.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'elaborate.cxx') diff --git a/elaborate.cxx b/elaborate.cxx index dd2b4acf..73358a1d 100644 --- a/elaborate.cxx +++ b/elaborate.cxx @@ -1198,6 +1198,7 @@ systemtap_session::systemtap_session (): sym_kprobes_text_start (0), sym_kprobes_text_end (0), sym_stext (0), + module_cache (0), last_token (0) { } -- cgit