Added functionality to restart an individual plugin.: New clixon-lib:restart-plugin RPC

This commit is contained in:
Olof hagsand 2020-05-04 14:54:57 +02:00
parent 3ab1f50a19
commit bc0eb921d0
7 changed files with 190 additions and 56 deletions

View file

@ -63,6 +63,7 @@
/*! Variable to control transaction logging (for debug)
* If set, call syslog for every transaction callback
* Start backend with -- -t
*/
static int _transaction_log = 0;