lightningd: Added plugin hook to notify whenever started in rocover mode.

This commit is contained in:
adi2011
2023-07-31 09:06:33 +09:30
committed by Rusty Russell
parent 88a2c0d17e
commit 51f72c1d1d
4 changed files with 69 additions and 0 deletions

View File

@@ -271,6 +271,9 @@ struct lightningd {
/* Indexes used by all the wait infra */
struct indexes indexes[NUM_WAIT_SUBSYSTEM];
/* Contains the codex32 string used with --recover flag */
char *recover;
#if DEVELOPER
/* If we want to debug a subdaemon/plugin. */
char *dev_debug_subprocess;