Loading include/scoreboard.h +2 −0 Original line number Diff line number Diff line Loading @@ -156,7 +156,9 @@ typedef struct { unsigned short timeout_len; /* length of the timeout */ #endif int thread_num; #if APR_HAS_THREADS apr_os_thread_t tid; #endif unsigned char status; unsigned long access_count; unsigned long bytes_served; Loading server/mpm/mpmt_pthread/mpm.h +0 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,6 @@ extern int ap_max_requests_per_child; extern int ap_max_daemons_limit; extern unsigned int ap_my_pid; extern server_rec *ap_server_conf; extern scoreboard *ap_scoreboard_image; extern char ap_coredump_dir[MAX_STRING_LEN]; #endif /* APACHE_MPM_MPMT_PTHREAD_H */ server/mpm/prefork/mpm.h +0 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,6 @@ extern int ap_threads_per_child; extern int ap_max_daemons_limit; extern scoreboard *ap_scoreboard_image; extern server_rec *ap_server_conf; extern int ap_my_pid; extern char ap_coredump_dir[MAX_STRING_LEN]; Loading Loading
include/scoreboard.h +2 −0 Original line number Diff line number Diff line Loading @@ -156,7 +156,9 @@ typedef struct { unsigned short timeout_len; /* length of the timeout */ #endif int thread_num; #if APR_HAS_THREADS apr_os_thread_t tid; #endif unsigned char status; unsigned long access_count; unsigned long bytes_served; Loading
server/mpm/mpmt_pthread/mpm.h +0 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,6 @@ extern int ap_max_requests_per_child; extern int ap_max_daemons_limit; extern unsigned int ap_my_pid; extern server_rec *ap_server_conf; extern scoreboard *ap_scoreboard_image; extern char ap_coredump_dir[MAX_STRING_LEN]; #endif /* APACHE_MPM_MPMT_PTHREAD_H */
server/mpm/prefork/mpm.h +0 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,6 @@ extern int ap_threads_per_child; extern int ap_max_daemons_limit; extern scoreboard *ap_scoreboard_image; extern server_rec *ap_server_conf; extern int ap_my_pid; extern char ap_coredump_dir[MAX_STRING_LEN]; Loading