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

Support TRACY_NO_EXIT env variable in addition to define.

This commit is contained in:
Bartosz Taudul
2018-07-13 23:55:40 +02:00
parent c3ba0ef4eb
commit e285c837a4
2 changed files with 11 additions and 1 deletions
+1
View File
@@ -401,6 +401,7 @@ private:
uint64_t m_epoch;
std::atomic<bool> m_shutdown;
Socket* m_sock;
bool m_noExit;
LZ4_stream_t* m_stream;
char* m_buffer;