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