On 6/11/2014 9:39 AM, [email protected] wrote:
--- httpd/httpd/trunk/include/ap_mpm.h (original) +++ httpd/httpd/trunk/include/ap_mpm.h Wed Jun 11 16:39:34 2014 @@ -198,6 +198,7 @@ AP_DECLARE(apr_status_t) ap_mpm_query(in /** @} */typedef void (ap_mpm_callback_fn_t)(void *baton);+typedef void (ap_mpm_socket_callback_fn_t)(void *baton, const apr_pollfd_t *pdf);
Perhaps the intention was to name the second parameter as "pfd".
