mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-04 14:54:26 +01:00
lightningd/plugin_control: add a 'plugin' command
This adds a new pair of files : lightningd/plugin_control, along with a new RPC command : 'plugin'. This command can be used to manage plugins without restarting lightningd: lightning-cli plugin start helloworld.py lightning-cli plugin stop helloworld.py
This commit is contained in:
7
lightningd/plugin_control.h
Normal file
7
lightningd/plugin_control.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef LIGHTNING_LIGHTNINGD_PLUGIN_CONTROL_H
|
||||
#define LIGHTNING_LIGHTNINGD_PLUGIN_CONTROL_H
|
||||
#include "config.h"
|
||||
#include <lightningd/lightningd.h>
|
||||
|
||||
|
||||
#endif /* LIGHTNING_LIGHTNINGD_PLUGIN_CONTROL_H */
|
||||
Reference in New Issue
Block a user