summaryrefslogtreecommitdiffstats
path: root/elaborate.cxx
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-06-23 14:03:37 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-06-23 14:42:33 -0400
commit405b71b8a7691e59409ae52ddfb2787189fb2dd9 (patch)
treee8137273dd10478868e051854bafa1cc2f13fbde /elaborate.cxx
parenta21d81ec8b00571cb5987fe04ce74a3fe873351c (diff)
downloadsystemtap-steved-405b71b8a7691e59409ae52ddfb2787189fb2dd9.tar.gz
systemtap-steved-405b71b8a7691e59409ae52ddfb2787189fb2dd9.tar.xz
systemtap-steved-405b71b8a7691e59409ae52ddfb2787189fb2dd9.zip
make module_cache a session field rather than plain static
Diffstat (limited to 'elaborate.cxx')
-rw-r--r--elaborate.cxx1
1 files changed, 1 insertions, 0 deletions
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)
{
}