1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Add new metadata message, not for wire transfer.

This commit is contained in:
Bartosz Taudul
2021-11-25 22:24:17 +01:00
parent 01db142144
commit 47ea2a222d
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ namespace tracy
constexpr unsigned Lz4CompressBound( unsigned isize ) { return isize + ( isize / 255 ) + 16; }
enum : uint32_t { ProtocolVersion = 52 };
enum : uint32_t { ProtocolVersion = 53 };
enum : uint16_t { BroadcastVersion = 2 };
using lz4sz_t = uint32_t;