From 85695a624a68d45cbf5276d6155dfdefddbd7b09 Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Thu, 18 Jan 2018 18:40:09 +0000 Subject: Follow up to r1821526: rename ap_queue_info_get_idlers to ap_queue_info_num_idlers. [Reverted by r1821619] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821541 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm_unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/mpm_unix.c') diff --git a/server/mpm_unix.c b/server/mpm_unix.c index 0f87fc5a8a..b7e16e5024 100644 --- a/server/mpm_unix.c +++ b/server/mpm_unix.c @@ -1301,7 +1301,7 @@ apr_status_t ap_queue_info_wait_for_idler(fd_queue_info_t *queue_info, } } -apr_uint32_t ap_queue_info_get_idlers(fd_queue_info_t *queue_info) +apr_uint32_t ap_queue_info_num_idlers(fd_queue_info_t *queue_info) { apr_uint32_t val; val = apr_atomic_read32(&queue_info->idlers); -- cgit v1.2.3