summaryrefslogtreecommitdiffstats
path: root/tapsets.h
diff options
context:
space:
mode:
Diffstat (limited to 'tapsets.h')
-rw-r--r--tapsets.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/tapsets.h b/tapsets.h
index 45be2c3b..6439d9ce 100644
--- a/tapsets.h
+++ b/tapsets.h
@@ -13,6 +13,10 @@
#include "staptree.h"
#include "elaborate.h"
-void register_standard_tapsets(systemtap_session & sess);
+struct derived_probe_group;
+
+void register_standard_tapsets(systemtap_session& sess);
+std::vector<derived_probe_group*> all_session_groups(systemtap_session& s);
+
#endif // TAPSETS_H