diff options
author | Paul Querna <pquerna@apache.org> | 2008-12-05 04:48:35 +0100 |
---|---|---|
committer | Paul Querna <pquerna@apache.org> | 2008-12-05 04:48:35 +0100 |
commit | ac0da4d71ecaf4aa7748ccac579af1a14799e0c2 (patch) | |
tree | 16dacc37158591836387716b312a6136cc42f4b4 /apache_probes.d | |
parent | Import the core parts of the DTrace patch. This is a modified and updated (diff) | |
download | apache2-ac0da4d71ecaf4aa7748ccac579af1a14799e0c2.tar.xz apache2-ac0da4d71ecaf4aa7748ccac579af1a14799e0c2.zip |
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.d | 4 |
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(); |