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

Terminate connection handshake.

This commit is contained in:
Bartosz Taudul
2017-10-18 18:48:51 +02:00
parent d942b7edf1
commit 7c47edc64f
6 changed files with 86 additions and 18 deletions
+2
View File
@@ -247,6 +247,8 @@ private:
bool m_drawZones;
bool m_drawLocks;
bool m_drawPlots;
bool m_terminate;
};
}