mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
This is ignored in subdaemons which are per-peer, but very useful for multi-peer daemons like connectd and gossipd. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
736 B
736 B
| 1 | #include <common/per_peer_state.h> |
|---|---|
| 2 | #include <common/status_wire.h> |
| 3 | msgtype,status_log,0xFFF0 |
| 4 | msgdata,status_log,level,enum log_level, |
| 5 | msgdata,status_log,peer,?node_id, |
| 6 | msgdata,status_log,entry,wirestring, |
| 7 | msgtype,status_io,0xFFF1 |
| 8 | msgdata,status_io,iodir,enum log_level, |
| 9 | msgdata,status_io,peer,?node_id, |
| 10 | msgdata,status_io,who,wirestring, |
| 11 | msgdata,status_io,len,u16, |
| 12 | msgdata,status_io,data,u8,len |
| 13 | msgtype,status_fail,0xFFF2 |
| 14 | msgdata,status_fail,failreason,enum status_failreason, |
| 15 | msgdata,status_fail,desc,wirestring, |
| 16 | msgtype,status_peer_connection_lost,0xFFF3 |
| 17 | msgtype,status_peer_billboard,0xFFF5 |
| 18 | msgdata,status_peer_billboard,perm,bool, |
| 19 | msgdata,status_peer_billboard,happenings,wirestring, |
| 20 | # Note: 0xFFFF is reserved for MSG_PASS_FD! |