* Made backend transaction and commit/validate API available to plugin code.
* This enables that RPOC handles can call commit and validate via lib * The commit/validate API is now: `candidate_validate()` and `candidate_commit()`
This commit is contained in:
parent
1f7fc3afcb
commit
dd8883420c
14 changed files with 110 additions and 110 deletions
|
|
@ -52,6 +52,8 @@ extern "C" {
|
|||
/* Common code (API and Backend daemon) */
|
||||
#include <clixon/clixon_backend_handle.h>
|
||||
#include <clixon/clixon_backend_transaction.h>
|
||||
#include <clixon/clixon_backend_commit.h>
|
||||
#include <clixon/clixon_backend_plugin.h>
|
||||
|
||||
#endif /* _CLIXON_BACKEND_H_ */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue