diff options
Diffstat (limited to 'server/mpm/mpmt_pthread/scoreboard.h')
-rw-r--r-- | server/mpm/mpmt_pthread/scoreboard.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/mpm/mpmt_pthread/scoreboard.h b/server/mpm/mpmt_pthread/scoreboard.h index 9d64c9a191..43ec6c7c21 100644 --- a/server/mpm/mpmt_pthread/scoreboard.h +++ b/server/mpm/mpmt_pthread/scoreboard.h @@ -240,9 +240,9 @@ void ap_time_process_request(int child_num, int thread_num, int status); -API_VAR_EXPORT extern scoreboard *ap_scoreboard_image; +API_EXPORT_VAR extern scoreboard *ap_scoreboard_image; -API_VAR_EXPORT extern ap_generation_t volatile ap_my_generation; +API_EXPORT_VAR extern ap_generation_t volatile ap_my_generation; /* for time_process_request() in http_main.c */ #define START_PREQUEST 1 |