mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Store on-demand connection state.
This commit is contained in:
@@ -987,6 +987,7 @@ void Worker::Exec()
|
||||
m_data.lastTime = m_data.frames.back();
|
||||
m_delay = TscTime( welcome.delay );
|
||||
m_resolution = TscTime( welcome.resolution );
|
||||
m_onDemand = welcome.onDemand;
|
||||
|
||||
char dtmp[64];
|
||||
time_t date = welcome.epoch;
|
||||
|
||||
Reference in New Issue
Block a user