* Added: stats RPC for clixon XML and memory statistics.
* Added: restart-plugin RPC for restarting individual plugins without restarting backend.
* xml-stats moved from clixon-config.yang as state data to an rpc `datastats` in clixon-lib.yang
* Experimental: restart_plugin
* Two new plugin callbacks added
* ca_daemon: Called just after a server has "daemonized", ie put in background.
* ca_trans_commit_done: Called when all plugin commits have been done.
* Note: If you have used "end" callback and usign transaction data, you should probably use this instead.
|
||
|---|---|---|
| .. | ||
| backend_client.c | ||
| backend_client.h | ||
| backend_commit.c | ||
| backend_commit.h | ||
| backend_handle.h | ||
| backend_main.c | ||
| backend_plugin.c | ||
| backend_plugin.h | ||
| backend_socket.c | ||
| backend_socket.h | ||
| backend_startup.c | ||
| backend_startup.h | ||
| clixon_backend.h | ||
| clixon_backend_handle.c | ||
| clixon_backend_handle.h | ||
| clixon_backend_transaction.c | ||
| clixon_backend_transaction.h | ||
| Makefile.in | ||