mirror of
https://github.com/apache/httpd.git
synced 2025-10-28 20:34:59 +03:00
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
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user