| 866 | } |
| 867 | |
| 868 | struct log_info { |
| 869 | enum log_level level; |
| 870 | struct json_stream *response; |
| 871 | unsigned int num_skipped; |
| 872 | /* If non-null, only show messages about this peer */ |
| 873 | const struct node_id *node_id; |
| 874 | }; |
| 875 | |
| 876 | static void add_skipped(struct log_info *info) |
| 877 | { |
no outgoing calls
no test coverage detected