mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 22:31:48 +01:00
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
7 lines
200 B
C
7 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 */
|