]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Syncing makes no sense now
authorJim Jagielski <jim@apache.org>
Fri, 29 Mar 2002 16:21:48 +0000 (16:21 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 29 Mar 2002 16:21:48 +0000 (16:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94309 13f79535-47bb-0310-9956-ffa450edef68

include/mpm_common.h
include/scoreboard.h

index 4afffaf6f5ea72914c7ab4b127cef3dee021f322..472f9b5928369ca6a0c5f05cb78c200b81cc2d16 100644 (file)
@@ -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: <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>
index 7d4492d3d49a3e34c5499cec7e277473f6256f16..9c7ba358197615dc6948495fa7a31c5b13151057 100644 (file)
@@ -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);