Various cases where we don't send the msg to a gossipd, we want to * do IO logging! */
| 820 | /* Various cases where we don't send the msg to a gossipd, we want to |
| 821 | * do IO logging! */ |
| 822 | static void log_peer_io(const struct peer *peer, const u8 *msg) |
| 823 | { |
| 824 | status_peer_io(LOG_IO_IN, &peer->id, msg); |
| 825 | io_wake(peer->peer_outq); |
| 826 | } |
| 827 | |
| 828 | /* Forward to gossipd */ |
| 829 | static void handle_gossip_in(struct peer *peer, const u8 *msg) |
no test coverage detected