better fields
This commit is contained in:
@@ -8,6 +8,6 @@ enum KeepAlivePacketFields {
|
||||
KeepAliveId = 0
|
||||
};
|
||||
|
||||
using KeepAliveFields = sp::FieldsBuilder<std::uint64_t>::Type;
|
||||
using KeepAliveFields = std::tuple<std::uint64_t /*KeepAliveId*/>;
|
||||
|
||||
DeclarePacket(KeepAlive);
|
||||
Reference in New Issue
Block a user