gossip: Implemented the staggered broadcast

This commit is contained in:
Christian Decker
2016-12-14 18:59:08 +01:00
committed by Rusty Russell
parent fca9bf1a16
commit 611f4833c5
3 changed files with 88 additions and 3 deletions

View File

@@ -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 */