From: Graham Leggett Date: Thu, 29 Jul 2004 15:18:40 +0000 (+0000) Subject: Improve binary compatiblity. This fix was requested of me before it was committed... X-Git-Tag: pre_ajp_proxy~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7262ac8dcaea94872f57e750da8f200fce7bb91c;p=apache Improve binary compatiblity. This fix was requested of me before it was committed, but it went in anyway - my bad :( PR: Obtained from: Submitted by: Mladen Turk Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104409 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/scoreboard.h b/include/scoreboard.h index 3521d6c5fb..59f1e9418a 100644 --- a/include/scoreboard.h +++ b/include/scoreboard.h @@ -119,11 +119,12 @@ struct worker_score { typedef struct { int server_limit; int thread_limit; - int lb_limit; ap_scoreboard_e sb_type; - ap_generation_t running_generation; /* the generation of children which - * should still be serving requests. */ + ap_generation_t running_generation; /* the generation of children which + * should still be serving requests. + */ apr_time_t restart_time; + int lb_limit; } global_score; /* stuff which the parent generally writes and the children rarely read */