#include <provider.h>

Public Attributes | |
| statefs_node_type | type |
| char const * | name |
| void(* | release )(struct statefs_node *) |
| struct statefs_meta const * | info |
Node of statefs tree
| struct statefs_meta const* statefs_node::info |
array of node metadata, last element has NULL name member
| char const* statefs_node::name |
name - c string
| void(* statefs_node::release)(struct statefs_node *) |
if not NULL called to free resources used by node
| statefs_node_type statefs_node::type |
*there are provider root node, namespace nodes and property nodes
1.8.3.1