2019-06-04 03:41:25 +09:30
|
|
|
#include <common/per_peer_state.h>
|
2020-05-16 10:59:05 +09:30
|
|
|
#include <common/node_id.h>
|
2018-02-08 11:55:12 +10:30
|
|
|
#include <common/status_wire.h>
|
2021-09-16 14:30:42 +09:30
|
|
|
#include <common/status_levels.h>
|
2018-02-08 11:55:12 +10:30
|
|
|
|
2019-07-23 17:51:11 -05:00
|
|
|
msgtype,status_log,0xFFF0
|
2019-07-23 23:20:04 -05:00
|
|
|
msgdata,status_log,level,enum log_level,
|
2019-11-17 22:12:33 +10:30
|
|
|
msgdata,status_log,peer,?node_id,
|
2019-07-23 17:51:11 -05:00
|
|
|
msgdata,status_log,entry,wirestring,
|
2018-02-08 11:55:12 +10:30
|
|
|
|
2019-07-23 17:51:11 -05:00
|
|
|
msgtype,status_io,0xFFF1
|
2019-07-23 23:20:04 -05:00
|
|
|
msgdata,status_io,iodir,enum log_level,
|
2019-11-17 22:12:33 +10:30
|
|
|
msgdata,status_io,peer,?node_id,
|
2019-07-23 17:51:11 -05:00
|
|
|
msgdata,status_io,who,wirestring,
|
|
|
|
msgdata,status_io,len,u16,
|
|
|
|
msgdata,status_io,data,u8,len
|
2018-02-08 11:55:12 +10:30
|
|
|
|
2019-07-23 17:51:11 -05:00
|
|
|
msgtype,status_fail,0xFFF2
|
2019-07-23 23:20:04 -05:00
|
|
|
msgdata,status_fail,failreason,enum status_failreason,
|
2019-07-23 17:51:11 -05:00
|
|
|
msgdata,status_fail,desc,wirestring,
|
2018-02-08 11:55:12 +10:30
|
|
|
|
2019-07-23 17:51:11 -05:00
|
|
|
msgtype,status_peer_connection_lost,0xFFF3
|
2018-02-08 11:55:12 +10:30
|
|
|
|
2019-07-23 17:51:11 -05:00
|
|
|
msgtype,status_peer_billboard,0xFFF5
|
|
|
|
msgdata,status_peer_billboard,perm,bool,
|
|
|
|
msgdata,status_peer_billboard,happenings,wirestring,
|
2021-04-08 14:13:46 +09:30
|
|
|
|
|
|
|
msgtype,status_version,0xFFF6
|
|
|
|
msgdata,status_version,version,wirestring,
|
2018-02-08 11:55:12 +10:30
|
|
|
# Note: 0xFFFF is reserved for MSG_PASS_FD!
|