mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
ea30c34d82
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
31 lines
872 B
Plaintext
31 lines
872 B
Plaintext
#include <common/per_peer_state.h>
|
|
#include <common/node_id.h>
|
|
#include <common/status_wire.h>
|
|
#include <common/status_levels.h>
|
|
|
|
msgtype,status_log,0xFFF0
|
|
msgdata,status_log,level,enum log_level,
|
|
msgdata,status_log,peer,?node_id,
|
|
msgdata,status_log,entry,wirestring,
|
|
|
|
msgtype,status_io,0xFFF1
|
|
msgdata,status_io,iodir,enum log_level,
|
|
msgdata,status_io,peer,?node_id,
|
|
msgdata,status_io,who,wirestring,
|
|
msgdata,status_io,len,u16,
|
|
msgdata,status_io,data,u8,len
|
|
|
|
msgtype,status_fail,0xFFF2
|
|
msgdata,status_fail,failreason,enum status_failreason,
|
|
msgdata,status_fail,desc,wirestring,
|
|
|
|
msgtype,status_peer_connection_lost,0xFFF3
|
|
|
|
msgtype,status_peer_billboard,0xFFF5
|
|
msgdata,status_peer_billboard,perm,bool,
|
|
msgdata,status_peer_billboard,happenings,wirestring,
|
|
|
|
msgtype,status_version,0xFFF6
|
|
msgdata,status_version,version,wirestring,
|
|
# Note: 0xFFFF is reserved for MSG_PASS_FD!
|