| 90 | } |
| 91 | |
| 92 | static void status_io_full(enum log_level iodir, |
| 93 | const struct node_id *peer, |
| 94 | const char *who, const u8 *p) |
| 95 | { |
| 96 | status_send(take(towire_status_io(NULL, iodir, peer, who, p))); |
| 97 | } |
| 98 | |
| 99 | static bool status_peer_io_filter_packettype(const u8 *p) |
| 100 | { |
no test coverage detected