From 604eef3b04a9d871afd89b300ea0af8bd124ef0c Mon Sep 17 00:00:00 2001 From: hunt Date: Mon, 10 Sep 2007 16:20:55 +0000 Subject: 2007-09-10 Martin Hunt * tapsets.cxx, session.h, elaborate.cxx: Start of procfs interaction support. PR 1154. --- elaborate.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'elaborate.cxx') 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) { } -- cgit