libnetconf  0.10.0-146_trunk
NETCONF Library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
transapi_file_callbacks Struct Reference

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
 

Detailed Description

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.

Field Documentation

struct { ... } callbacks[]
int callbacks_count
int(* func)(const char *, xmlDocPtr *, int *)
const char* path

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