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

Symbol length transfer.

This commit is contained in:
Bartosz Taudul
2020-03-25 18:32:36 +01:00
parent d47e6819a8
commit c999a74d34
6 changed files with 16 additions and 2 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 = 28 };
enum : uint32_t { ProtocolVersion = 29 };
enum : uint32_t { BroadcastVersion = 1 };
using lz4sz_t = uint32_t;