summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2002-03-29 15:33:50 +0100
committerJim Jagielski <jim@apache.org>2002-03-29 15:33:50 +0100
commit70bb2575ea802ede406ed1ac4701ab688c031c10 (patch)
tree2c267adbf5fd8e725bab976bbd0e1d87c5b18f13 /include
parentBUCKET FREELISTS (diff)
downloadapache2-70bb2575ea802ede406ed1ac4701ab688c031c10.tar.xz
apache2-70bb2575ea802ede406ed1ac4701ab688c031c10.zip
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
Diffstat (limited to 'include')
-rw-r--r--include/scoreboard.h1
1 files changed, 0 insertions, 1 deletions
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,