rgb-cln/common/status_wire.csv

669 B

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