diff options
Diffstat (limited to 'src/test/util/net.h')
-rw-r--r-- | src/test/util/net.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/util/net.h b/src/test/util/net.h index b2f6ebb163..1684da777a 100644 --- a/src/test/util/net.h +++ b/src/test/util/net.h @@ -54,7 +54,8 @@ struct ConnmanTestMsg : public CConnman { void NodeReceiveMsgBytes(CNode& node, Span<const uint8_t> msg_bytes, bool& complete) const; - bool ReceiveMsgFrom(CNode& node, CSerializedNetMsg& ser_msg) const; + bool ReceiveMsgFrom(CNode& node, CSerializedNetMsg&& ser_msg) const; + void FlushSendBuffer(CNode& node) const; }; constexpr ServiceFlags ALL_SERVICE_FLAGS[]{ |