]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Document the check in open_logs()
authorJim Jagielski <jim@apache.org>
Sun, 18 Nov 2012 13:21:05 +0000 (13:21 +0000)
committerJim Jagielski <jim@apache.org>
Sun, 18 Nov 2012 13:21:05 +0000 (13:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1410885 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/event/fdqueue.c
server/mpm/eventopt/fdqueue.c

index 028bca106e15ee35bdff6d5f844a8217e720b389..f4253de343b9f49c4934b2e85ce5cd124f457d17 100644 (file)
@@ -103,6 +103,7 @@ apr_status_t ap_queue_info_set_idle(fd_queue_info_t * queue_info,
      * TODO: The atomics expect unsigned whereas we're using signed.
      *       Need to double check that they work as expected or else
      *       rework how we determine blocked.
+     * UPDATE: Correct operation is performed during open_logs()
      */
     prev_idlers = apr_atomic_inc32((apr_uint32_t *)&(queue_info->idlers));
 
index 028bca106e15ee35bdff6d5f844a8217e720b389..f4253de343b9f49c4934b2e85ce5cd124f457d17 100644 (file)
@@ -103,6 +103,7 @@ apr_status_t ap_queue_info_set_idle(fd_queue_info_t * queue_info,
      * TODO: The atomics expect unsigned whereas we're using signed.
      *       Need to double check that they work as expected or else
      *       rework how we determine blocked.
+     * UPDATE: Correct operation is performed during open_logs()
      */
     prev_idlers = apr_atomic_inc32((apr_uint32_t *)&(queue_info->idlers));