Added new backend plugin: ca_pre-demon called if backend is daemonized just prior to forking.
This commit is contained in:
parent
1df420255e
commit
5c5e45d10a
5 changed files with 74 additions and 8 deletions
|
|
@ -72,7 +72,7 @@ typedef struct {
|
|||
int clixon_plugin_reset_one(clixon_plugin *cp, clicon_handle h, char *db);
|
||||
int clixon_plugin_reset_all(clicon_handle h, char *db);
|
||||
|
||||
int clixon_plugin_daemon_one(clixon_plugin *cp, clicon_handle h);
|
||||
int clixon_plugin_pre_daemon_all(clicon_handle h);
|
||||
int clixon_plugin_daemon_all(clicon_handle h);
|
||||
|
||||
int clixon_plugin_statedata_all(clicon_handle h, yang_stmt *yspec, cvec *nsc, char *xpath, cxobj **xtop);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue