You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2004/07/29 17:18:41 UTC

cvs commit: httpd-2.0/include scoreboard.h

minfrin     2004/07/29 08:18:40

  Modified:    include  scoreboard.h
  Log:
  Improve binary compatiblity. This fix was requested of me before it was committed, but it went in anyway - my bad :(
  Submitted by:	Mladen Turk <mt...@apache.org>
  
  Revision  Changes    Path
  1.53      +4 -3      httpd-2.0/include/scoreboard.h
  
  Index: scoreboard.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/include/scoreboard.h,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- scoreboard.h	28 Jul 2004 22:50:54 -0000	1.52
  +++ scoreboard.h	29 Jul 2004 15:18:40 -0000	1.53
  @@ -119,11 +119,12 @@
   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 */