| 402 | } |
| 403 | |
| 404 | static void worker_note_child_started(int slot, pid_t pid) |
| 405 | { |
| 406 | ap_generation_t gen = retained->mpm->my_generation; |
| 407 | ap_scoreboard_image->parent[slot].pid = pid; |
| 408 | ap_scoreboard_image->parent[slot].generation = gen; |
| 409 | ap_run_child_status(ap_server_conf, pid, gen, slot, MPM_CHILD_STARTED); |
| 410 | } |
| 411 | |
| 412 | static void worker_note_child_lost_slot(int slot, pid_t newpid) |
| 413 | { |