You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2008/12/05 04:48:35 UTC

svn commit: r723569 - /httpd/httpd/trunk/apache_probes.d

Author: pquerna
Date: Thu Dec  4 19:48:35 2008
New Revision: 723569

URL: http://svn.apache.org/viewvc?rev=723569&view=rev
Log:
Add other args to proxy hooks

Modified:
    httpd/httpd/trunk/apache_probes.d

Modified: httpd/httpd/trunk/apache_probes.d
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/apache_probes.d?rev=723569&r1=723568&r2=723569&view=diff
==============================================================================
--- httpd/httpd/trunk/apache_probes.d (original)
+++ httpd/httpd/trunk/apache_probes.d Thu Dec  4 19:48:35 2008
@@ -9,8 +9,8 @@
 
   /* 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();