]> granicus.if.org Git - apache/commitdiff
Add other args to proxy hooks
authorPaul Querna <pquerna@apache.org>
Fri, 5 Dec 2008 03:48:35 +0000 (03:48 +0000)
committerPaul Querna <pquerna@apache.org>
Fri, 5 Dec 2008 03:48:35 +0000 (03:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@723569 13f79535-47bb-0310-9956-ffa450edef68

apache_probes.d

index e7d077bdf9a9aa3676a4c8e8ea6e1a1a00a9f96b..2b90c0a809cac6cc85359c42b13b670602a68be4 100644 (file)
@@ -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();