patch lightningd-peer-fds.patch

This commit is contained in:
Rusty Russell
2022-01-11 11:43:59 +10:30
parent 6115ed02e8
commit 741f44725a
22 changed files with 160 additions and 135 deletions

View File

@@ -11,7 +11,7 @@
#include <common/wireaddr.h>
#include <wallet/wallet.h>
struct per_peer_state;
struct peer_fd;
struct wally_psbt;
struct peer {
@@ -71,7 +71,7 @@ void peer_connected(struct lightningd *ld, const u8 *msg,
#define OUR_CHANNEL_FLAGS CHANNEL_FLAGS_ANNOUNCE_CHANNEL
void channel_errmsg(struct channel *channel,
struct per_peer_state *pps,
struct peer_fd *peer_fd,
const struct channel_id *channel_id,
const char *desc,
bool warning,