You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@locus.apache.org on 2000/06/22 01:04:04 UTC

cvs commit: apache-2.0/src/modules/mpm/mpmt_pthread scoreboard.c scoreboard.h

rbb         00/06/21 16:04:04

  Modified:    src/modules/mpm/mpmt_pthread scoreboard.c scoreboard.h
  Log:
  stop defining ap_scoreboard_fname multiple times in Mpmt_pthread MPM.
  Submitted by:	Victor J. Orlikowski <vj...@raleigh.ibm.com>
  Reviewed by:	Ryan Bloom
  
  Revision  Changes    Path
  1.35      +0 -1      apache-2.0/src/modules/mpm/mpmt_pthread/scoreboard.c
  
  Index: scoreboard.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/mpm/mpmt_pthread/scoreboard.c,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- scoreboard.c	2000/06/19 02:22:30	1.34
  +++ scoreboard.c	2000/06/21 23:04:02	1.35
  @@ -75,7 +75,6 @@
   scoreboard *ap_scoreboard_image = NULL;
   new_scoreboard *ap_new_scoreboard_image = NULL;
   static int maintain_connection_status = 1;
  -API_VAR_EXPORT const char *ap_scoreboard_fname;
   /*****************************************************************
    *
    * Dealing with the scoreboard... a lot of these variables are global
  
  
  
  1.19      +1 -0      apache-2.0/src/modules/mpm/mpmt_pthread/scoreboard.h
  
  Index: scoreboard.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/mpm/mpmt_pthread/scoreboard.h,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- scoreboard.h	2000/06/10 16:15:03	1.18
  +++ scoreboard.h	2000/06/21 23:04:02	1.19
  @@ -226,6 +226,7 @@
   
   
   API_VAR_EXPORT extern scoreboard *ap_scoreboard_image;
  +API_VAR_EXPORT extern const char *ap_scoreboard_fname;
   
   API_VAR_EXPORT extern ap_generation_t volatile ap_my_generation;