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