mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-06 07:34:21 +01:00
per-peer-daemons: tie in gossip filter.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
5292f11818
commit
c99906a9a9
@@ -20,6 +20,8 @@ struct per_peer_state {
|
||||
struct crypto_state cs;
|
||||
/* NULL if it's not initialized yet */
|
||||
struct gossip_state *gs;
|
||||
/* Cache of msgs we have received, to avoid re-xmitting from store */
|
||||
struct gossip_rcvd_filter *grf;
|
||||
#if DEVELOPER
|
||||
/* Normally 60000, but adjustable for dev mode */
|
||||
u32 dev_gossip_broadcast_msec;
|
||||
|
||||
Reference in New Issue
Block a user