mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
e93682e3bf
Currently it's always for messages to peer: make that status_peer_io and add a new status_io for other IO. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
515 B
515 B
1 | #include <common/status_wire.h> |
---|---|
2 | status_log,0xFFF0 |
3 | status_log,,level,enum log_level |
4 | status_log,,entry,wirestring |
5 | status_io,0xFFF1 |
6 | status_io,,iodir,enum log_level |
7 | status_io,,who,wirestring |
8 | status_io,,len,u16 |
9 | status_io,,data,len*u8 |
10 | status_fail,0xFFF2 |
11 | status_fail,,failreason,enum status_failreason |
12 | status_fail,,desc,wirestring |
13 | status_peer_connection_lost,0xFFF3 |
14 | status_peer_billboard,0xFFF5 |
15 | status_peer_billboard,,perm,bool |
16 | status_peer_billboard,,happenings,wirestring |
17 | # Note: 0xFFFF is reserved for MSG_PASS_FD! |