mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-06 23:54:22 +01:00
lightningd/lightningd.h: Maintain a round-robin list of channels.
This commit is contained in:
committed by
Rusty Russell
parent
f50951a0d6
commit
a9a11265dd
@@ -274,6 +274,9 @@ struct lightningd {
|
||||
|
||||
/* If non-NULL, contains the exit code to use. */
|
||||
int *exit_code;
|
||||
|
||||
/* The round-robin list of channels, for use when doing MPP. */
|
||||
struct list_head rr_channels;
|
||||
};
|
||||
|
||||
/* Turning this on allows a tal allocation to return NULL, rather than aborting.
|
||||
|
||||
Reference in New Issue
Block a user