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
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 */