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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user