]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mpm_event: avoid unexpected compiler optimizations.
authorYann Ylavic <ylavic@apache.org>
Tue, 2 Jan 2018 15:24:48 +0000 (15:24 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 2 Jan 2018 15:24:48 +0000 (15:24 +0000)
commit73593abb14b37e257227245052381cdefcb027ec
tree220b70fbc5e83e427f654bef53841f077dd341e8
parent59e77192475f4893057ca43c4c5dc0b28e20ea61
mpm_event: avoid unexpected compiler optimizations.

Make sure the compiler doesn't play games with our synchronization variables
by marking them volatile.

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