child_add
child_add(p_queue->pid, CHILD_DAEMON, proc_title(PROC_QUEUE));
child_add(p_control->pid, CHILD_DAEMON, proc_title(PROC_CONTROL));
child_add(p_lka->pid, CHILD_DAEMON, proc_title(PROC_LKA));
child_add(p_scheduler->pid, CHILD_DAEMON, proc_title(PROC_SCHEDULER));
child_add(p_dispatcher->pid, CHILD_DAEMON, proc_title(PROC_DISPATCHER));
child_add(p_ca->pid, CHILD_DAEMON, proc_title(PROC_CA));
child_add(pid, CHILD_PROCESSOR, name);
child = child_add(pid, CHILD_MDA, NULL);
child = child_add(pid, CHILD_ENQUEUE_OFFLINE, NULL);
static struct child *child_add(pid_t, int, const char *);