summaryrefslogtreecommitdiffstats
path: root/session.h
diff options
context:
space:
mode:
authorddomingo <ddomingo@redhat.com>2009-03-09 18:49:41 +1000
committerddomingo <ddomingo@redhat.com>2009-03-09 18:49:41 +1000
commit7516b286e0909504bd958ad2b8050d5d8afbd508 (patch)
tree72b7ecd89f80c278f3489119fa3bd26282e6e66a /session.h
parent2e802851f3c72d841fe436ec1e178d858bb37f6d (diff)
parentf9355a6c0645c7efa0b7bc7894231b51b9f7e91c (diff)
downloadsystemtap-steved-7516b286e0909504bd958ad2b8050d5d8afbd508.tar.gz
systemtap-steved-7516b286e0909504bd958ad2b8050d5d8afbd508.tar.xz
systemtap-steved-7516b286e0909504bd958ad2b8050d5d8afbd508.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'session.h')
-rw-r--r--session.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/session.h b/session.h
index 8fa491fd..bc99385b 100644
--- a/session.h
+++ b/session.h
@@ -167,6 +167,8 @@ struct systemtap_session
hrtimer_derived_probe_group* hrtimer_derived_probes;
perfmon_derived_probe_group* perfmon_derived_probes;
procfs_derived_probe_group* procfs_derived_probes;
+ // NB: It is very important for all of the above (and below) fields
+ // to be cleared in the systemtap_session ctor (elaborate.cxx).
// unparser data
translator_output* op;