Linked list of per-child process callbacks. More...
#include <cfg_struct.h>

Each child process has a local pointer, and executes the callbacks when the pointer is not pointing to the end of the list. Items from the begginning of the list are deleted when the starter pointer is moved, and no more child process uses them.
Definition at line 148 of file cfg_struct.h.
>0 the cb needs to be executed <=0 the cb no longer needs to be executed
Definition at line 151 of file cfg_struct.h.
| void** _cfg_child_cb::replaced |
The content depends on the new config block. This makes sure that the replaced strings are freed after all the child processes release the old configuration.
Definition at line 159 of file cfg_struct.h.
1.7.1