mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
15 lines
301 B
Plaintext
15 lines
301 B
Plaintext
|
#include <common/status_wire.h>
|
||
|
|
||
|
status_log,0xFFF0
|
||
|
status_log,,level,enum log_level
|
||
|
status_log,,entry,wirestring
|
||
|
|
||
|
status_io,0xFFF1
|
||
|
status_io,,iodir,enum log_level
|
||
|
status_io,,len,u16
|
||
|
status_io,,data,len*u8
|
||
|
|
||
|
status_fail,0xFFF2
|
||
|
status_fail,,failreason,enum status_failreason
|
||
|
status_fail,,desc,wirestring
|