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

Define server query packet.

This commit is contained in:
Bartosz Taudul
2019-04-01 18:52:32 +02:00
parent 57cd6d3ed5
commit c07c6d11b7
3 changed files with 34 additions and 28 deletions
+1 -1
View File
@@ -337,7 +337,7 @@ public:
private:
void Exec();
void ServerQuery( uint8_t type, uint64_t data );
void Query( ServerQuery type, uint64_t data );
tracy_force_inline bool DispatchProcess( const QueueItem& ev, char*& ptr );
tracy_force_inline bool Process( const QueueItem& ev );