mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-19 05:44:12 +01:00
32631b4278
For our own internal comms CSVs, we should always name explicit types. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
960 B
960 B
1 | #include <common/cryptomsg.h> |
---|---|
2 | # FIXME: This is probably too finegrained. |
3 | initr_act_one,14001 |
4 | initr_act_two,14002 |
5 | initr_act_three,14003 |
6 | respr_act_one,14011 |
7 | respr_act_two,14012 |
8 | respr_act_three,14013 |
9 | success,4000 |
10 | handshake_responder,4001 |
11 | handshake_responder,,my_id,struct pubkey |
12 | handshake_responder_reply,4101 |
13 | handshake_responder_reply,,initiator_id,struct pubkey |
14 | handshake_responder_reply,,cs,struct crypto_state |
15 | handshake_responder_reply,,gflen,u16 |
16 | handshake_responder_reply,,globalfeatures,gflen*u8 |
17 | handshake_responder_reply,,lflen,u16 |
18 | handshake_responder_reply,,localfeatures,lflen*u8 |
19 | handshake_initiator,4002 |
20 | handshake_initiator,,my_id,struct pubkey |
21 | handshake_initiator,,responder_id,struct pubkey |
22 | handshake_initiator_reply,4102 |
23 | handshake_initiator_reply,,cs,struct crypto_state |
24 | handshake_initiator_reply,,gflen,u16 |
25 | handshake_initiator_reply,,globalfeatures,gflen*u8 |
26 | handshake_initiator_reply,,lflen,u16 |
27 | handshake_initiator_reply,,localfeatures,lflen*u8 |