]> granicus.if.org Git - apache/commit
Switch to the new 32-bit APR atomic API for better portability
authorBrian Pane <brianp@apache.org>
Mon, 29 Sep 2003 03:58:41 +0000 (03:58 +0000)
committerBrian Pane <brianp@apache.org>
Mon, 29 Sep 2003 03:58:41 +0000 (03:58 +0000)
commit89bb4a8784cae3a34554d2ce101be5812537592f
treeed184390aa0e89b0537e11243624b54440361371
parent990368f445bf1fab035ca6c8d4468bb63b18ce76
Switch to the new 32-bit APR atomic API for better portability
(the old code assumed that apr_atomic_t and apr_uint32_t were interchangeable).
Also, add more detailed comments on how one of the synchronization
functions works.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101340 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/worker/fdqueue.c