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
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
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;