Skip to content

Commit

Permalink
mpm_fdqueue: follow up to r1821624.
Browse files Browse the repository at this point in the history
80 colums.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1822367 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
ylavic committed Jan 27, 2018
1 parent 30b587e commit 92ac53a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/mpm_fdqueue.c
Expand Up @@ -214,7 +214,8 @@ apr_uint32_t ap_queue_info_num_idlers(fd_queue_info_t *queue_info)
return (val > zero_pt) ? val - zero_pt : 0;
}

void ap_queue_info_push_pool(fd_queue_info_t *queue_info, apr_pool_t *pool_to_recycle)
void ap_queue_info_push_pool(fd_queue_info_t *queue_info,
apr_pool_t *pool_to_recycle)
{
struct recycled_pool *new_recycle;
/* If we have been given a pool to recycle, atomically link
Expand Down

0 comments on commit 92ac53a

Please sign in to comment.