diff options
author | hunt <hunt> | 2007-09-10 16:20:55 +0000 |
---|---|---|
committer | hunt <hunt> | 2007-09-10 16:20:55 +0000 |
commit | 604eef3b04a9d871afd89b300ea0af8bd124ef0c (patch) | |
tree | 0817dcc174c6654449e813fdba4d311755faa813 /elaborate.cxx | |
parent | f0d5b7785b8275fe4017b796e2fedcf7829f8db0 (diff) | |
download | systemtap-steved-604eef3b04a9d871afd89b300ea0af8bd124ef0c.tar.gz systemtap-steved-604eef3b04a9d871afd89b300ea0af8bd124ef0c.tar.xz systemtap-steved-604eef3b04a9d871afd89b300ea0af8bd124ef0c.zip |
2007-09-10 Martin Hunt <hunt@redhat.com>
* tapsets.cxx, session.h, elaborate.cxx: Start of procfs
interaction support. PR 1154.
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 eaf88b0b..12926846 100644 --- a/elaborate.cxx +++ b/elaborate.cxx @@ -1027,6 +1027,7 @@ systemtap_session::systemtap_session (): mark_derived_probes(0), hrtimer_derived_probes(0), perfmon_derived_probes(0), + procfs_derived_probes(0), op (0), up (0) { } |