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

Dispatch new zone, update zone events.

This commit is contained in:
Bartosz Taudul
2017-09-14 21:05:01 +02:00
parent e3edd7e336
commit c0dd0ef5bc
2 changed files with 14 additions and 3 deletions
+3
View File
@@ -40,6 +40,9 @@ private:
void CheckString( uint64_t ptr );
void AddString( uint64_t ptr, std::string&& str );
void NewZone( uint64_t idx );
void UpdateZone( uint64_t idx );
std::string m_addr;
Socket m_sock;