core-lightning/wire/common_wire.csv
Rusty Russell 8150d28575 Makefile: use generic rules to make spec-derived sources.
Now we use the same Makefile rules for all CSV->C generation.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-08-31 21:33:26 -05:00

389 B

1# A custom message that we got from a peer and don't know how to handle, so we
2# forward it to the master for further handling.
3msgtype,custommsg_in,1030
4msgdata,custommsg_in,msg_len,u16,
5msgdata,custommsg_in,msg,u8,msg_len
6# A custom message that the master tells us to send to the peer.
7msgtype,custommsg_out,1031
8msgdata,custommsg_out,msg_len,u16,
9msgdata,custommsg_out,msg,u8,msg_len