From ac0da4d71ecaf4aa7748ccac579af1a14799e0c2 Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Fri, 5 Dec 2008 03:48:35 +0000 Subject: Add other args to proxy hooks git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@723569 13f79535-47bb-0310-9956-ffa450edef68 --- apache_probes.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apache_probes.d') diff --git a/apache_probes.d b/apache_probes.d index e7d077bdf9..2b90c0a809 100644 --- a/apache_probes.d +++ b/apache_probes.d @@ -9,8 +9,8 @@ provider ap { /* Explicit, modules */ probe rewrite__log(uintptr_t, int, int, char *, char *); - probe proxy__run(uintptr_t); - probe proxy__run__finished(uintptr_t); + probe proxy__run(uintptr_t, uintptr_t, uintptr_t, char *, int); + probe proxy__run__finished(uintptr_t, int, int); /* Implicit, APR hooks */ probe translate_name__entry(); -- cgit v1.2.1