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

Make View socket available to every method in class.

This commit is contained in:
Bartosz Taudul
2017-09-14 02:15:04 +02:00
parent ef7dca9073
commit b9c76f3452
2 changed files with 10 additions and 11 deletions
+2
View File
@@ -8,6 +8,7 @@
#include <unordered_map>
#include <vector>
#include "../common/TracySocket.hpp"
#include "../common/TracyQueue.hpp"
#include "TracyEvent.hpp"
@@ -34,6 +35,7 @@ private:
std::string m_addr;
Socket m_sock;
std::thread m_thread;
std::atomic<bool> m_shutdown;