]> granicus.if.org Git - apache/commitdiff
Move the scoreboard header files for each MPM into the appropriate MPM
authorManoj Kasichainula <manoj@apache.org>
Tue, 13 Jul 1999 20:32:50 +0000 (20:32 +0000)
committerManoj Kasichainula <manoj@apache.org>
Tue, 13 Jul 1999 20:32:50 +0000 (20:32 +0000)
subdirectories:

    src/include/scoreboard.h -> src/modules/mpm/mpmt_pthread/scoreboard.h
    src/include/scoreboard_prefork.h -> src/modules/mpm/prefork/scoreboard.h

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83457 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/prefork/prefork.c

index e3e47bf34d2f7a36649ba89be859f5839e5a0f1f..07cae2d0cb6ee942446eaed5eaf7524bdaed3cb4 100644 (file)
@@ -93,7 +93,7 @@
 #include "http_config.h"
 #include "http_core.h"         /* for get_remote_host */
 #include "http_connection.h"
-#include "scoreboard_prefork.h"
+#include "scoreboard.h"
 #include "ap_mpm.h"
 #include "unixd.h"
 #include "iol_socket.h"