libnetconf
0.10.0-146_trunk
NETCONF Library
|
Functions to call if the specified file is modified. More...
#include <transapi.h>
Data Fields | |
struct { | |
int(* func )(const char *, xmlDocPtr *, int *) | |
const char * path | |
} | callbacks [] |
int | callbacks_count |
Functions to call if the specified file is modified.
Description of the callback parameters: const char *filename[in] - name of the changed file xmlDocPtr *edit_config[out] - return parameter with edit-config data to to change running datastore. The data are supposed to be enclosed in <config/> root element.
struct { ... } callbacks[] |
int callbacks_count |
int(* func)(const char *, xmlDocPtr *, int *) |
const char* path |