Skip to content
Snippets Groups Projects
Commit 63bec738 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

default types: make TrustRequest a map, add confirm field

parent af5e0c89
Branches
Tags
No related merge requests found
......@@ -149,7 +149,8 @@ public:
std::string service;
Blob payload;
MSGPACK_DEFINE(service, payload)
bool confirm {false};
MSGPACK_DEFINE_MAP(service, payload, confirm)
};
class OPENDHT_PUBLIC IceCandidates : public EncryptedValue<IceCandidates>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment