core-lightning/gossipd
Rusty Russell c091a4ee40 gossipd: fix spurious gcc warning.
It turns out that we don't look at type when we return 0, but gcc isn't
quite smart enough for that.  Initializing to -1 is good practice anyway
for the failure path.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-06-03 00:07:11 +00:00
..
test gossipd: free channels in routing_state destructor. 2019-05-22 11:28:44 +00:00
broadcast.c gossipd: neaten insert_broadcast a little. 2019-05-22 11:28:44 +00:00
broadcast.h gossipd: neaten insert_broadcast a little. 2019-05-22 11:28:44 +00:00
gossip_constants.h Use node_id everywhere for nodes. 2019-04-09 12:37:16 -07:00
gossip_peerd_wire.csv gossipd: send per-peer daemons offsets into gossip store. 2019-05-13 05:16:18 +00:00
gossip_store.c gossipd: fix spurious gcc warning. 2019-06-03 00:07:11 +00:00
gossip_store.csv gossip_store: change format so we store raw messages. 2019-05-13 05:16:18 +00:00
gossip_store.h gossipd: neaten insert_broadcast a little. 2019-05-22 11:28:44 +00:00
gossip_wire.csv gossipd: reply to large listchannels in parts. 2019-05-22 11:28:44 +00:00
gossipd.c gossipd: use explicit destructor for struct chan. 2019-05-22 11:28:44 +00:00
Makefile common: move gossip_store read routine where subdaemons can access it. 2019-05-13 05:16:18 +00:00
routing.c gossipd: fix uninitialized free on short_route in goto path 2019-06-03 00:07:11 +00:00
routing.h gossipd: use explicit destructor for struct chan. 2019-05-22 11:28:44 +00:00