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

Data packets can't cross data buffer boundary.

This commit is contained in:
Bartosz Taudul
2017-11-11 15:08:03 +01:00
parent 49bce256bc
commit c2797a4cc7
2 changed files with 20 additions and 3 deletions
+1
View File
@@ -188,6 +188,7 @@ private:
DequeueStatus Dequeue( moodycamel::ConsumerToken& token );
bool AppendData( const void* data, size_t len );
bool CommitData();
bool NeedDataSize( size_t len );
bool SendData( const char* data, size_t len );
bool SendString( uint64_t ptr, const char* str, QueueType type );