* 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
|
|
@ -81,6 +81,9 @@ Users may have to change how they access the system
|
|||
|
||||
Developers may need to change their code
|
||||
|
||||
* 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()`
|
||||
* Event exit API changed to a single decrementing counter where 1 means exit.
|
||||
* Removed: `clicon_exit_reset()`
|
||||
* Changed: `clicon_exit_set()` --> `clixon_exit_set(int nr)`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue