core-lightning/common/status_wire.csv
Rusty Russell 38d2899fbb common/per_per_state: generalize lightningd/peer_comm Part 1
Encapsulating the peer state was a win for lightningd; not surprisingly,
it's even more of a win for the other daemons, especially as we want
to add a little gossip information.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-06-04 01:29:39 +00:00

550 B

1#include <common/per_peer_state.h>
2#include <common/status_wire.h>
3status_log,0xFFF0
4status_log,,level,enum log_level
5status_log,,entry,wirestring
6status_io,0xFFF1
7status_io,,iodir,enum log_level
8status_io,,who,wirestring
9status_io,,len,u16
10status_io,,data,len*u8
11status_fail,0xFFF2
12status_fail,,failreason,enum status_failreason
13status_fail,,desc,wirestring
14status_peer_connection_lost,0xFFF3
15status_peer_billboard,0xFFF5
16status_peer_billboard,,perm,bool
17status_peer_billboard,,happenings,wirestring
18# Note: 0xFFFF is reserved for MSG_PASS_FD!