core-lightning/common/status_wire.csv
Rusty Russell 26b004e5af subd: handle status_peer_billboard messages from subdaemons.
We use a callback which updates the appropriate slot.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-02-23 18:02:00 +01:00

489 B

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