]> granicus.if.org Git - apache/commit
consolidate logic to remove the pidfile in a new API,
authorJeff Trawick <trawick@apache.org>
Mon, 28 Mar 2011 13:35:08 +0000 (13:35 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 28 Mar 2011 13:35:08 +0000 (13:35 +0000)
commit7be2d26631bb0c7bb3114e8985572cea6f978d5e
treeff9e9a6185a098e426d4af90016bdde0892344a4
parent6a7858862f6c3d85f2a6bafb399cae254c6dd152
consolidate logic to remove the pidfile in a new API,
ap_remove_pid(), related to existing ap_log_pid() and
ap_read_pid()

presumably this is useful to third-party MPMs as well

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086224 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/http_log.h
server/log.c
server/mpm/event/event.c
server/mpm/mpmt_os2/mpmt_os2.c
server/mpm/prefork/prefork.c
server/mpm/winnt/mpm_winnt.c
server/mpm/worker/worker.c