rgb-cln/common/status_wire.csv

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!