diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-06-23 14:03:37 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-06-23 14:42:33 -0400 |
commit | 405b71b8a7691e59409ae52ddfb2787189fb2dd9 (patch) | |
tree | e8137273dd10478868e051854bafa1cc2f13fbde /elaborate.cxx | |
parent | a21d81ec8b00571cb5987fe04ce74a3fe873351c (diff) | |
download | systemtap-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.cxx | 1 |
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) { } |