]> granicus.if.org Git - apache/commitdiff
Improve binary compatiblity. This fix was requested of me before it was committed...
authorGraham Leggett <minfrin@apache.org>
Thu, 29 Jul 2004 15:18:40 +0000 (15:18 +0000)
committerGraham Leggett <minfrin@apache.org>
Thu, 29 Jul 2004 15:18:40 +0000 (15:18 +0000)
PR:
Obtained from:
Submitted by: Mladen Turk <mturk@apache.org>
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104409 13f79535-47bb-0310-9956-ffa450edef68

include/scoreboard.h

index 3521d6c5fb395b1dc1c70cdb3980d56c1d46fe06..59f1e9418a9836025fbd0b117ce581115cd30423 100644 (file)
@@ -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 */