]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
ap_available_mutexes_string and ap_add_available_mutexes_string
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 23 Aug 2007 05:55:11 +0000 (05:55 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 23 Aug 2007 05:55:11 +0000 (05:55 +0000)
commit8d7fe950f21781900e44d42d7778b5d34d1cdd3d
tree0c15fae77d0226bd2cb6650929b68b45cc55f75f
parentaf696a335083808ca2ed331ccf040e620458c571
ap_available_mutexes_string and ap_add_available_mutexes_string
cannot be data symbols when mod_ssl is built as a loadable module;
using an external string constant in a loadable module is not portable.

Also reorganize file and sem to follow their explicit mechanisms,
and ensured that the explicit mechansims are listed in order of
preference.

This raises a question, would [fcntl|file] be a clearer way of
indiciating what the file/sem methods devolve to?

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@568833 13f79535-47bb-0310-9956-ffa450edef68
include/ap_mmn.h
include/util_mutex.h
modules/ssl/mod_ssl.c
modules/ssl/ssl_engine_config.c
server/core.c
server/mpm_common.c
server/util_mutex.c