mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 02:27:51 +01:00
46cbca97ea
use 'enum ' in wirespec instead of 'e:' as an indicator that a field is an enum.
669 B
669 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,entry,wirestring, |
6 | msgtype,status_io,0xFFF1 |
7 | msgdata,status_io,iodir,enum log_level, |
8 | msgdata,status_io,who,wirestring, |
9 | msgdata,status_io,len,u16, |
10 | msgdata,status_io,data,u8,len |
11 | msgtype,status_fail,0xFFF2 |
12 | msgdata,status_fail,failreason,enum status_failreason, |
13 | msgdata,status_fail,desc,wirestring, |
14 | msgtype,status_peer_connection_lost,0xFFF3 |
15 | msgtype,status_peer_billboard,0xFFF5 |
16 | msgdata,status_peer_billboard,perm,bool, |
17 | msgdata,status_peer_billboard,happenings,wirestring, |
18 | # Note: 0xFFFF is reserved for MSG_PASS_FD! |