diff options
author | Ruediger Pluem <rpluem@apache.org> | 2008-02-23 00:05:37 +0100 |
---|---|---|
committer | Ruediger Pluem <rpluem@apache.org> | 2008-02-23 00:05:37 +0100 |
commit | 2735bedb6a05cc065f18c32b1570fd0cf9cb833b (patch) | |
tree | 76db7453d80fce5a3402bfeb5fffb16485de0216 /server/mpm/worker | |
parent | * Second part of fix for PR 44402: (diff) | |
download | apache2-2735bedb6a05cc065f18c32b1570fd0cf9cb833b.tar.xz apache2-2735bedb6a05cc065f18c32b1570fd0cf9cb833b.zip |
* Add hint to PR in comment. No functional change.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@630350 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/mpm/worker')
-rw-r--r-- | server/mpm/worker/fdqueue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/mpm/worker/fdqueue.c b/server/mpm/worker/fdqueue.c index 951fafacab..8a75d24d1e 100644 --- a/server/mpm/worker/fdqueue.c +++ b/server/mpm/worker/fdqueue.c @@ -96,7 +96,7 @@ apr_status_t ap_queue_info_set_idle(fd_queue_info_t *queue_info, for (;;) { /* Save queue_info->recycled_pool in local variable next because * new_recycle->next can be changed after apr_atomic_casptr - * function call. + * function call. For gory details see PR 44402. */ struct recycled_pool *next = queue_info->recycled_pools; new_recycle->next = next; |