]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
sync with mod_status hacks in the worker mpm.
authorPaul Querna <pquerna@apache.org>
Wed, 16 Mar 2005 21:48:57 +0000 (21:48 +0000)
committerPaul Querna <pquerna@apache.org>
Wed, 16 Mar 2005 21:48:57 +0000 (21:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@157810 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/experimental/event/event.c

index b7ac420fb6eb4379b7dfcf61ddae558b61e9f961..2dff15e21b45fb363152174aebbfdf90a282a788 100644 (file)
@@ -1066,6 +1066,8 @@ static void *APR_THREAD_FUNC worker_thread(apr_thread_t * thd, void *dummy)
 
     free(ti);
 
+    ap_scoreboard_image->servers[process_slot][thread_slot].pid = ap_my_pid;
+    ap_scoreboard_image->servers[process_slot][thread_slot].generation = ap_my_generation;
     ap_update_child_status_from_indexes(process_slot, thread_slot,
                                         SERVER_STARTING, NULL);