diff --git a/include/opendht/default_types.h b/include/opendht/default_types.h
index b25e7ff69d41dead1175886fae42c461aac18c50..a9d959e4e1a0699f23a1f43d8d5e94e117205f6d 100644
--- a/include/opendht/default_types.h
+++ b/include/opendht/default_types.h
@@ -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>