core-lightning/common/status_wire.csv
Rusty Russell fd498be7ca status: generate messages rather than marshal/unmarshal manually.
Now we have wirestring, this is much more natural.  And with the
24M length limit, we needn't be so concerned about dumping 64k peer
messages in hex.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-02-08 19:07:12 +01:00

301 B

1#include <common/status_wire.h>
2status_log,0xFFF0
3status_log,,level,enum log_level
4status_log,,entry,wirestring
5status_io,0xFFF1
6status_io,,iodir,enum log_level
7status_io,,len,u16
8status_io,,data,len*u8
9status_fail,0xFFF2
10status_fail,,failreason,enum status_failreason
11status_fail,,desc,wirestring