| 78 | }; |
| 79 | |
| 80 | static struct chanbackup *chanbackup(struct plugin *plugin) |
| 81 | { |
| 82 | return plugin_get_data(plugin, struct chanbackup); |
| 83 | } |
| 84 | |
| 85 | /* Must not already exist in map! */ |
| 86 | static struct peer_backup *add_to_backup_map(struct chanbackup *cb, |
no outgoing calls
no test coverage detected