config file has .xml ending, yang/clixon-config.yang is used as
model for an xml-based configuration file
This commit is contained in:
parent
e45e8da6d7
commit
8494d29d6b
9 changed files with 154 additions and 107 deletions
|
|
@ -57,7 +57,12 @@ enum cxobj_type {CX_ERROR=-1,
|
|||
|
||||
typedef struct xml cxobj; /* struct defined in clicon_xml.c */
|
||||
|
||||
/*! Callback function type for xml_apply */
|
||||
/*! Callback function type for xml_apply
|
||||
* @retval -1 Error, aborted at first error encounter
|
||||
* @retval 0 OK, continue
|
||||
* @retval 1 Abort, dont continue with others
|
||||
* @retval 2 Locally, just abort this subtree, continue with others
|
||||
*/
|
||||
typedef int (xml_applyfn_t)(cxobj *yn, void *arg);
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue