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

Send source location answer in stream, not as separate packet.

This commit is contained in:
Bartosz Taudul
2017-09-26 19:00:25 +02:00
parent e90a86e06e
commit e076d1d475
2 changed files with 3 additions and 12 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ private:
bool SendData( const char* data, size_t len );
bool SendString( uint64_t ptr, const char* str, QueueType type );
bool SendSourceLocation( uint64_t ptr );
void SendSourceLocation( uint64_t ptr );
bool HandleServerQuery();