Backend daemon startup modes
This commit is contained in:
parent
23e40384f7
commit
496d676ad3
26 changed files with 769 additions and 280 deletions
|
|
@ -70,7 +70,7 @@ int plugin_exit(clicon_handle h);
|
|||
/*! Reset system state to original state. Eg at reboot before running thru config.
|
||||
* @see plgreset_t
|
||||
*/
|
||||
int plugin_reset(clicon_handle h, char *dbname);
|
||||
int plugin_reset(clicon_handle h, const char *db);
|
||||
|
||||
/*! Retreive statedata, add statedata to XML tree
|
||||
* @see plgstatedata_ t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue