]> granicus.if.org Git - apache/commitdiff
stop defining ap_scoreboard_fname multiple times in Mpmt_pthread MPM.
authorRyan Bloom <rbb@apache.org>
Wed, 21 Jun 2000 23:04:02 +0000 (23:04 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 21 Jun 2000 23:04:02 +0000 (23:04 +0000)
Submitted by: Victor J. Orlikowski <vjo@raleigh.ibm.com>
Reviewed by: Ryan Bloom

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

server/mpm/mpmt_pthread/scoreboard.c
server/mpm/mpmt_pthread/scoreboard.h

index 6314b65d8e58f952e28808bcfb8590e22250b4ed..6513a6292a5389985fe7ebbc0964be61be5c62ea 100644 (file)
@@ -75,7 +75,6 @@
 scoreboard *ap_scoreboard_image = NULL;
 new_scoreboard *ap_new_scoreboard_image = NULL;
 static int maintain_connection_status = 1;
-API_VAR_EXPORT const char *ap_scoreboard_fname;
 /*****************************************************************
  *
  * Dealing with the scoreboard... a lot of these variables are global
index a1a9f468430cb173cdf9e847d5968fdd73a90ab4..6c910c4af330ec18a7f7adc9765e65aa93dd6b49 100644 (file)
@@ -226,6 +226,7 @@ void ap_time_process_request(int child_num, int thread_num, int status);
 
 
 API_VAR_EXPORT extern scoreboard *ap_scoreboard_image;
+API_VAR_EXPORT extern const char *ap_scoreboard_fname;
 
 API_VAR_EXPORT extern ap_generation_t volatile ap_my_generation;