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

Allow specification of port through env variable.

This commit is contained in:
Bartosz Taudul
2020-03-08 16:14:36 +01:00
parent 2671245d41
commit c6bb08355c
2 changed files with 10 additions and 2 deletions
+1
View File
@@ -619,6 +619,7 @@ private:
Socket* m_sock;
UdpBroadcast* m_broadcast;
bool m_noExit;
uint32_t m_userPort;
std::atomic<uint32_t> m_zoneId;
int64_t m_samplingPeriod;