mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
2864b4de01
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
8 lines
200 B
C
8 lines
200 B
C
#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 */
|