mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-18 22:54:25 +01:00
872 B
872 B
| 1 | #include <common/per_peer_state.h> |
|---|---|
| 2 | #include <common/node_id.h> |
| 3 | #include <common/status_wire.h> |
| 4 | #include <common/status_levels.h> |
| 5 | msgtype,status_log,0xFFF0 |
| 6 | msgdata,status_log,level,enum log_level, |
| 7 | msgdata,status_log,peer,?node_id, |
| 8 | msgdata,status_log,entry,wirestring, |
| 9 | msgtype,status_io,0xFFF1 |
| 10 | msgdata,status_io,iodir,enum log_level, |
| 11 | msgdata,status_io,peer,?node_id, |
| 12 | msgdata,status_io,who,wirestring, |
| 13 | msgdata,status_io,len,u16, |
| 14 | msgdata,status_io,data,u8,len |
| 15 | msgtype,status_fail,0xFFF2 |
| 16 | msgdata,status_fail,failreason,enum status_failreason, |
| 17 | msgdata,status_fail,desc,wirestring, |
| 18 | msgtype,status_peer_connection_lost,0xFFF3 |
| 19 | msgtype,status_peer_billboard,0xFFF5 |
| 20 | msgdata,status_peer_billboard,perm,bool, |
| 21 | msgdata,status_peer_billboard,happenings,wirestring, |
| 22 | msgtype,status_version,0xFFF6 |
| 23 | msgdata,status_version,version,wirestring, |
| 24 | # Note: 0xFFFF is reserved for MSG_PASS_FD! |