You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2009/11/21 17:39:00 UTC

svn commit: r882939 - /httpd/httpd/trunk/server/mpm/event/event.c

Author: trawick
Date: Sat Nov 21 16:38:59 2009
New Revision: 882939

URL: http://svn.apache.org/viewvc?rev=882939&view=rev
Log:
axe some vestiges of Event's accept mutex

Modified:
    httpd/httpd/trunk/server/mpm/event/event.c

Modified: httpd/httpd/trunk/server/mpm/event/event.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/event/event.c?rev=882939&r1=882938&r2=882939&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/event/event.c (original)
+++ httpd/httpd/trunk/server/mpm/event/event.c Sat Nov 21 16:38:59 2009
@@ -51,7 +51,6 @@
 #include "apr_thread_proc.h"
 #include "apr_signal.h"
 #include "apr_thread_mutex.h"
-#include "apr_proc_mutex.h"
 #include "apr_poll.h"
 #include "apr_ring.h"
 #include "apr_queue.h"
@@ -2472,7 +2471,6 @@
     threads_per_child = DEFAULT_THREADS_PER_CHILD;
     max_clients = ap_daemons_limit * threads_per_child;
     ap_pid_fname = DEFAULT_PIDLOG;
-    ap_lock_fname = DEFAULT_LOCKFILE;
     ap_max_requests_per_child = DEFAULT_MAX_REQUESTS_PER_CHILD;
     ap_extended_status = 0;
     ap_max_mem_free = APR_ALLOCATOR_MAX_FREE_UNLIMITED;