rgb-cln/common/status_wire.csv

515 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,,who,wirestring
8status_io,,len,u16
9status_io,,data,len*u8
10status_fail,0xFFF2
11status_fail,,failreason,enum status_failreason
12status_fail,,desc,wirestring
13status_peer_connection_lost,0xFFF3
14status_peer_billboard,0xFFF5
15status_peer_billboard,,perm,bool
16status_peer_billboard,,happenings,wirestring
17# Note: 0xFFFF is reserved for MSG_PASS_FD!