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

Use proper function to read data from socket.

This commit is contained in:
Bartosz Taudul
2017-09-13 02:08:35 +02:00
parent 3dd744019a
commit f0d76af15c
2 changed files with 10 additions and 19 deletions
+2
View File
@@ -15,6 +15,8 @@ public:
View( const char* addr );
~View();
static bool ShouldExit();
private:
void Worker();