You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2002/03/29 17:21:48 UTC

cvs commit: httpd-2.0/include mpm_common.h scoreboard.h

jim         02/03/29 08:21:48

  Modified:    include  mpm_common.h scoreboard.h
  Log:
  Syncing makes no sense now
  
  Revision  Changes    Path
  1.36      +0 -1      httpd-2.0/include/mpm_common.h
  
  Index: mpm_common.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/include/mpm_common.h,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- mpm_common.h	20 Mar 2002 22:19:10 -0000	1.35
  +++ mpm_common.h	29 Mar 2002 16:21:48 -0000	1.36
  @@ -107,7 +107,6 @@
    *        each time through the loop.  If 0, give the process time to die
    *        on its own before signalling it.
    * @tip This function requires that some macros are defined by the MPM: <pre>
  - *  MPM_SYNC_CHILD_TABLE -- sync the scoreboard image between child and parent
    *  MPM_CHILD_PID -- Get the pid from the specified spot in the scoreboard
    *  MPM_NOTE_CHILD_KILLED -- Note the child died in the scoreboard
    * </pre>
  
  
  
  1.46      +0 -1      httpd-2.0/include/scoreboard.h
  
  Index: scoreboard.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/include/scoreboard.h,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- scoreboard.h	29 Mar 2002 14:33:50 -0000	1.45
  +++ scoreboard.h	29 Mar 2002 16:21:48 -0000	1.46
  @@ -198,7 +198,6 @@
   void ap_init_scoreboard(void *shared_score);
   AP_DECLARE(int) ap_calc_scoreboard_size(void);
   apr_status_t ap_cleanup_scoreboard(void *d);
  -void ap_sync_scoreboard_image(void);
   
   AP_DECLARE(void) ap_create_sb_handle(ap_sb_handle_t **new_sbh, apr_pool_t *p,
                                        int child_num, int thread_num);