mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 07:34:24 +01:00
gossip: Implemented the staggered broadcast
This commit is contained in:
committed by
Rusty Russell
parent
fca9bf1a16
commit
611f4833c5
@@ -147,5 +147,8 @@ struct lightningd_state {
|
||||
|
||||
/* Announce timer. */
|
||||
struct oneshot *announce;
|
||||
|
||||
/* Outgoing messages queued for the staggered broadcast */
|
||||
struct list_head broadcast_queue;
|
||||
};
|
||||
#endif /* LIGHTNING_DAEMON_LIGHTNING_H */
|
||||
|
||||
Reference in New Issue
Block a user