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. --- session.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'session.h') diff --git a/session.h b/session.h index 638e9f27..b7c9bac0 100644 --- a/session.h +++ b/session.h @@ -35,6 +35,7 @@ struct profile_derived_probe_group; struct mark_derived_probe_group; struct hrtimer_derived_probe_group; struct perfmon_derived_probe_group; +struct procfs_derived_probe_group; struct embeddedcode; struct translator_output; struct unparser; @@ -139,6 +140,7 @@ struct systemtap_session mark_derived_probe_group* mark_derived_probes; hrtimer_derived_probe_group* hrtimer_derived_probes; perfmon_derived_probe_group* perfmon_derived_probes; + procfs_derived_probe_group* procfs_derived_probes; // unparser data translator_output* op; -- cgit