summaryrefslogtreecommitdiff
path: root/ptrace_backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'ptrace_backend.h')
-rw-r--r--ptrace_backend.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ptrace_backend.h b/ptrace_backend.h
index 3e28c487c..4e32f44e9 100644
--- a/ptrace_backend.h
+++ b/ptrace_backend.h
@@ -49,6 +49,10 @@ extern int ptrace_upeek(struct tcb *tcp, unsigned long off,
kernel_ulong_t *res);
extern int ptrace_upoke(struct tcb *tcp, unsigned long off, kernel_ulong_t val);
+#if ADDITIONAL_TRACING_BACKENDS
+
extern const struct tracing_backend ptrace_backend;
+#endif /* ADDITIONAL_TRACING_BACKENDS */
+
#endif /* !STRACE_PTRACE_BACKEND_H */