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:00:06 UTC

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

rbb         00/06/21 16:00:04

  Modified:    src/modules/mpm/dexter scoreboard.c scoreboard.h
  Log:
  Stop defining ap_scoreboard_fname twice in the Dexter MPM
  Submitted by:	Victor J. Orlikowski <vj...@raleigh.ibm.com>
  Reviewed by:	Ryan Bloom
  
  Revision  Changes    Path
  1.18      +0 -1      apache-2.0/src/modules/mpm/dexter/scoreboard.c
  
  Index: scoreboard.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/mpm/dexter/scoreboard.c,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- scoreboard.c	2000/06/19 02:22:28	1.17
  +++ scoreboard.c	2000/06/21 23:00:03	1.18
  @@ -72,7 +72,6 @@
   #endif
   
   static scoreboard *ap_scoreboard_image = NULL;
  -API_VAR_EXPORT const char *ap_scoreboard_fname;
   
   /*****************************************************************
    *
  
  
  
  1.9       +2 -0      apache-2.0/src/modules/mpm/dexter/scoreboard.h
  
  Index: scoreboard.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/mpm/dexter/scoreboard.h,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- scoreboard.h	2000/06/10 16:15:01	1.8
  +++ scoreboard.h	2000/06/21 23:00:03	1.9
  @@ -98,6 +98,8 @@
   
   #define SCOREBOARD_SIZE		sizeof(scoreboard)
   
  +API_VAR_EXPORT extern const char *ap_scoreboard_fname;
  +
   #ifdef __cplusplus
   }
   #endif