#include <treeconf.h>
Collaboration diagram for _treeconf_ctx_s:
For internal use only.
This is the implementation of the treeconf_ctx_t type.
Definition at line 203 of file treeconf.h.
Data Fields | |
unsigned int | tx_magic |
treeconf_node_t * | tx_config |
unsigned int | tx_count |
|
Configuration tree. Definition at line 205 of file treeconf.h. Referenced by _tc_create_node(), and tc_destroy(). |
|
Number of nodes in tree. Definition at line 206 of file treeconf.h. Referenced by _tc_create_node(), and tc_destroy(). |
|
Magic number. Definition at line 204 of file treeconf.h. Referenced by tc_destroy(). |