System-only config
New `ca_system_only` backend callback for reading system-only data New `CLICON_XMLDB_SYSTEM_ONLY_CONFIG` configuration option API: Added `system_only` parameter to clixon_xml2file1() Cleared running on commit and inited candidate on startup with system-only data Added callback code in main example
This commit is contained in:
parent
aec0a5fc3f
commit
3a656fac07
15 changed files with 580 additions and 78 deletions
|
|
@ -45,7 +45,7 @@
|
|||
*/
|
||||
int clixon_xml2file1(FILE *f, cxobj *xn, int level, int pretty, char *prefix,
|
||||
clicon_output_cb *fn, int skiptop, int autocliext, withdefaults_type wdef,
|
||||
int multi);
|
||||
int multi, int system_only);
|
||||
int clixon_xml2file(FILE *f, cxobj *xn, int level, int pretty, char *prefix, clicon_output_cb *fn, int skiptop, int autocliext);
|
||||
int clixon_xml2file_multi(clixon_handle h, const char *db, cxobj *xn, int level, int pretty,
|
||||
char *prefix, clicon_output_cb *fn, int skiptop, int autocliext,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue