From 6bdbef62ada476cfee593a18d783e6db60433b6f Mon Sep 17 00:00:00 2001 From: Greg Ames Date: Mon, 30 Apr 2001 19:24:24 +0000 Subject: [PATCH] document my understanding of why the pipe_of_death_mutex is a Good Thing git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88967 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/threaded/threaded.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/mpm/threaded/threaded.c b/server/mpm/threaded/threaded.c index 6a4bd53a69..463780efcf 100644 --- a/server/mpm/threaded/threaded.c +++ b/server/mpm/threaded/threaded.c @@ -129,7 +129,8 @@ char ap_coredump_dir[MAX_STRING_LEN]; static apr_file_t *pipe_of_death_in = NULL; static apr_file_t *pipe_of_death_out = NULL; -static apr_lock_t *pipe_of_death_mutex; +static apr_lock_t *pipe_of_death_mutex; /* insures that a child process only + consumes one character */ /* *Non*-shared http_main globals... */ -- 2.50.1