Data Fields

_cfg_child_cb Struct Reference

Linked list of per-child process callbacks. More...

#include <cfg_struct.h>

Collaboration diagram for _cfg_child_cb:
Collaboration graph
[legend]

Data Fields


Detailed Description

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.


Field Documentation

>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.

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.


The documentation for this struct was generated from the following file: