Plugin-context: moved status field from struct to function retval

This commit is contained in:
Olof hagsand 2021-10-20 11:17:14 +02:00
parent c93348d8d5
commit 7d7024d114
2 changed files with 48 additions and 21 deletions

View file

@ -68,7 +68,9 @@ Developers may need to change their code
### Minor features
* Added checks of changed handlers or blocked signal after plugin function calls
* Plugin context check before and after all callbacks.
* Check blocked signals and signal handlers
* Any changes to context are logged at loglevel WARNING
* Added set/get pointer API to clixon_data:
* clicon_ptr_get(), clicon_ptr_set(),
* Restconf YANG PATCH according to RFC 8072