summaryrefslogtreecommitdiff
path: root/apache_probes.d
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2008-12-05 03:48:35 +0000
committerPaul Querna <pquerna@apache.org>2008-12-05 03:48:35 +0000
commitac0da4d71ecaf4aa7748ccac579af1a14799e0c2 (patch)
tree16dacc37158591836387716b312a6136cc42f4b4 /apache_probes.d
parentf47b6f394ef7c9639388b3c0815947016e333764 (diff)
downloadhttpd-ac0da4d71ecaf4aa7748ccac579af1a14799e0c2.tar.gz
Add other args to proxy hooks
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@723569 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'apache_probes.d')
-rw-r--r--apache_probes.d4
1 files changed, 2 insertions, 2 deletions
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();