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

Send lock events.

This commit is contained in:
Bartosz Taudul
2017-10-04 16:45:46 +02:00
parent 78f8425dc7
commit 0011573fa9
3 changed files with 64 additions and 1 deletions
+6
View File
@@ -376,6 +376,12 @@ void View::Process( const QueueItem& ev )
case QueueType::LockAnnounce:
ProcessLockAnnounce( ev.lockAnnounce );
break;
case QueueType::LockWait:
break;
case QueueType::LockObtain:
break;
case QueueType::LockRelease:
break;
default:
assert( false );
break;