From: Jim Jagielski Date: Fri, 29 Mar 2002 16:21:48 +0000 (+0000) Subject: Syncing makes no sense now X-Git-Tag: 2.0.34~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=536cfa19ee9af01ad926614edc4311bea0727440;p=thirdparty%2Fapache%2Fhttpd.git Syncing makes no sense now git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94309 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/mpm_common.h b/include/mpm_common.h index 4afffaf6f5e..472f9b59283 100644 --- a/include/mpm_common.h +++ b/include/mpm_common.h @@ -107,7 +107,6 @@ extern "C" { * 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:
- *  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
  * 
diff --git a/include/scoreboard.h b/include/scoreboard.h index 7d4492d3d49..9c7ba358197 100644 --- a/include/scoreboard.h +++ b/include/scoreboard.h @@ -198,7 +198,6 @@ apr_status_t ap_reopen_scoreboard(apr_pool_t *p, apr_shm_t **shm, int detached); 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);