diff options
author | Ryan Bloom <rbb@apache.org> | 2001-07-16 04:29:33 +0200 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2001-07-16 04:29:33 +0200 |
commit | 6a0439347056454a7fbb7129ffb382c9b980f1f9 (patch) | |
tree | 379918fdec8c0e2e78290164e418fb8d82c18442 /include/scoreboard.h | |
parent | Last Log entry was bogus. (diff) | |
download | apache2-6a0439347056454a7fbb7129ffb382c9b980f1f9.tar.xz apache2-6a0439347056454a7fbb7129ffb382c9b980f1f9.zip |
Remove a couple fields from the scoreboard that aren't currently used.
If we need these, they should be added when we begin to use them.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89554 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/scoreboard.h')
-rw-r--r-- | include/scoreboard.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/scoreboard.h b/include/scoreboard.h index d8acd84c6b..2eadbf1d34 100644 --- a/include/scoreboard.h +++ b/include/scoreboard.h @@ -176,10 +176,6 @@ struct process_score{ pid_t pid; ap_generation_t generation; /* generation of this child */ ap_scoreboard_e sb_type; - unsigned short process_status; /* Either SB_WORKING or SB_IDLE_DIE */ - int worker_threads; - worker_score *worker_head; - process_score *next; }; typedef struct { |