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

Rework client handling of server requests.

This commit is contained in:
Bartosz Taudul
2017-09-22 01:54:04 +02:00
parent 0f99705243
commit 70ad3407c0
3 changed files with 35 additions and 11 deletions
+3 -1
View File
@@ -37,7 +37,9 @@ private:
void Worker();
bool SendData( const char* data, size_t len );
bool SendString( uint64_t ptr );
bool SendString( uint64_t ptr, const char* str, QueueType type );
bool HandleServerQuery();
int64_t m_timeBegin;
std::thread m_thread;