summaryrefslogtreecommitdiffstats
path: root/elaborate.h
diff options
context:
space:
mode:
Diffstat (limited to 'elaborate.h')
-rw-r--r--elaborate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/elaborate.h b/elaborate.h
index d41608cb..2da4fa1e 100644
--- a/elaborate.h
+++ b/elaborate.h
@@ -159,6 +159,9 @@ public:
// From within unparser::emit_probe, emit a check that the current
// process belongs to the user.
+ static void print_dupe_stamp_unprivileged(std::ostream& o);
+ static void print_dupe_stamp_unprivileged_process_owner(std::ostream& o);
+
virtual bool needs_global_locks () { return true; }
// by default, probes need locks around global variables
};