From 70bb2575ea802ede406ed1ac4701ab688c031c10 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Fri, 29 Mar 2002 14:33:50 +0000 Subject: The old, legacy (and unused) code in which the scoreboard was totally and completely contained in a file (SCOREBOARD_FILE) has been removed. This does not affect scoreboards which are *mapped* to files using named-shared-memory at all. This implies that scoreboards must be based, at some level, on native shared memory (mmap, shm_open, shmget, whatever), but the code has assumed that for quite awhile now. Having the scoreboard be *based* on a file makes no sense today. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94306 13f79535-47bb-0310-9956-ffa450edef68 --- include/scoreboard.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/scoreboard.h b/include/scoreboard.h index f04bc218b3..7d4492d3d4 100644 --- a/include/scoreboard.h +++ b/include/scoreboard.h @@ -203,7 +203,6 @@ 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); -void update_scoreboard_global(void); AP_DECLARE(int) find_child_by_pid(apr_proc_t *pid); AP_DECLARE(int) ap_update_child_status(ap_sb_handle_t *sbh, int status, request_rec *r); AP_DECLARE(int) ap_update_child_status_from_indexes(int child_num, int thread_num, -- cgit v1.2.3