* "Mladen Turk" <[EMAIL PROTECTED]> wrote:

> 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?

Not Correct. It *may* be the case. Depending on who allocates the stuff.

nd
-- 
"Das Verhalten von Gates hatte mir bewiesen, dass ich auf ihn und seine
beiden Gef�hrten nicht zu z�hlen brauchte" -- Karl May, "Winnetou III"

Im Westen was neues: <http://pub.perlig.de/books.html#apache2>

Reply via email to