From 1bcb527a45454706e548e2e1d77ddb391fc3c39b Mon Sep 17 00:00:00 2001 From: Mladen Turk Date: Wed, 26 Jul 2006 09:25:19 +0000 Subject: [PATCH] Add missing prototype for ajp_handle_cping_cpong function git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@425690 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/ajp.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/modules/proxy/ajp.h b/modules/proxy/ajp.h index 3628296796..011e655f6b 100644 --- a/modules/proxy/ajp.h +++ b/modules/proxy/ajp.h @@ -458,6 +458,17 @@ apr_status_t ajp_parse_header(request_rec *r, proxy_dir_conf *conf, apr_status_t ajp_parse_data(request_rec *r, ajp_msg_t *msg, apr_uint16_t *len, char **ptr); + +/** + * Handle the CPING/CPONG messages + * @param sock backend socket + * @param r current request + * @param timeout time window for receiving cpong reply + * @return APR_SUCCESS or error + */ +apr_status_t ajp_handle_cping_cpong(apr_socket_t *sock, + request_rec *r, + apr_interval_time_t timeout); /** @} */ #endif /* AJP_H */ -- 2.49.0