Update SessionEstablished function sig in test_iwp_session.cpp

pull/1312/head
Stephen Shelton 4 years ago
parent 97c14d81fd
commit fb75329b88
No known key found for this signature in database
GPG Key ID: EE4BADACCE8B631C

@ -86,8 +86,9 @@ struct IWPLinkContext
return true;
},
// established handler
[established](llarp::ILinkSession* s) {
[established](llarp::ILinkSession* s, bool linkIsInbound) {
REQUIRE(s != nullptr);
REQUIRE(inbound == linkIsInbound);
established(s);
return true;
},

Loading…
Cancel
Save