summaryrefslogtreecommitdiffstats
path: root/session.h
diff options
context:
space:
mode:
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 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;