MCPcopy Create free account
hub / github.com/apache/httpd / worker_note_child_started

Function worker_note_child_started

server/mpm/worker/worker.c:404–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402}
403
404static 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
412static void worker_note_child_lost_slot(int slot, pid_t newpid)
413{

Callers 1

make_childFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected