William A. Rowe, Jr. wrote:
> >
> > /* Scoreboard file, if there is one */
> > #ifndef DEFAULT_SCOREBOARD
> > @@ -118,6 +119,7 @@
> > 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. */
>
> This definitely breaks binary compatibility.
>Moving the lb_limit to the end of the struct will not break the binary compatibility. Correct? MT.
smime.p7s
Description: S/MIME cryptographic signature
