From 2d240e9c7116e71e411d5ec2adaf746336a33c4f Mon Sep 17 00:00:00 2001 From: Takashi Sato Date: Thu, 12 Jun 2014 03:32:50 +0000 Subject: [PATCH] Follow up r1601943: Fix typo. No functional change. Pointed out by mrumph git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1602058 13f79535-47bb-0310-9956-ffa450edef68 --- include/ap_mpm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ap_mpm.h b/include/ap_mpm.h index facabf95e1..f70865929c 100644 --- a/include/ap_mpm.h +++ b/include/ap_mpm.h @@ -198,7 +198,7 @@ AP_DECLARE(apr_status_t) ap_mpm_query(int query_code, int *result); /** @} */ typedef void (ap_mpm_callback_fn_t)(void *baton); -typedef void (ap_mpm_socket_callback_fn_t)(void *baton, const apr_pollfd_t *pdf); +typedef void (ap_mpm_socket_callback_fn_t)(void *baton, const apr_pollfd_t *pfd); /* only added support in the Event MPM.... check for APR_ENOTIMPL */ AP_DECLARE(apr_status_t) ap_mpm_resume_suspended(conn_rec *c); -- 2.40.0