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

Notify server that parameter was handled.

This commit is contained in:
Bartosz Taudul
2020-03-25 20:37:26 +01:00
parent ea507289c6
commit ce449ac0e2
3 changed files with 7 additions and 0 deletions
+3
View File
@@ -3795,6 +3795,9 @@ bool Worker::Process( const QueueItem& ev )
case QueueType::ParamSetup:
ProcessParamSetup( ev.paramSetup );
break;
case QueueType::ParamPingback:
m_serverQuerySpaceLeft++;
break;
case QueueType::CpuTopology:
ProcessCpuTopology( ev.cpuTopology );
break;