Commit cbb137a5 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

Change the declaration of ap_scoreboard_image to match

the one in scoreboard.h (API_VAR_EXPORT instead of static).


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84932 13f79535-47bb-0310-9956-ffa450edef68
parent d41a4d5b
Loading
Loading
Loading
Loading
+1 −1
Changes for server/mpm/prefork/prefork.c: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -171,7 +171,7 @@ int tpf_child = 0;
char tpf_server_name[INETD_SERVNAME_LENGTH+1];
#endif /* TPF */

static scoreboard *ap_scoreboard_image = NULL;
API_VAR_EXPORT scoreboard *ap_scoreboard_image = NULL;
static new_scoreboard *ap_new_scoreboard_image = NULL;

#ifdef GPROF