]> granicus.if.org Git - apache/commit
Add OmitPID keyword on Mutex directive to suppress the
authorJeff Trawick <trawick@apache.org>
Wed, 2 Dec 2009 14:24:18 +0000 (14:24 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 2 Dec 2009 14:24:18 +0000 (14:24 +0000)
commit13cb638cbde60f3187030ca428b4428e3c04561a
tree572206e1cf9a70f9d85eb81abf423c35919770db
parent2526397ab9d3f7525d316ba61f09160b5a295dc1
Add OmitPID keyword on Mutex directive to suppress the
addition of the parent pid to the generated lock file
name.

Change the Mutex directive syntax from

  Mutex default|mutex-name mechanism

to

  Mutex mechanism [default|mutex-name] ... [OmitPID]

as suggested by wrowe.  (Thanks!)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@886154 13f79535-47bb-0310-9956-ffa450edef68
docs/manual/mod/core.xml
include/util_mutex.h
server/core.c
server/util_mutex.c