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

Add extra parameter to server queries.

This commit is contained in:
Bartosz Taudul
2020-03-25 20:04:01 +01:00
parent 383918bca4
commit 3e0e120222
4 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -515,7 +515,7 @@ public:
private:
void Network();
void Exec();
void Query( ServerQuery type, uint64_t data );
void Query( ServerQuery type, uint64_t data, uint32_t extra = 0 );
void QueryTerminate();
tracy_force_inline bool DispatchProcess( const QueueItem& ev, const char*& ptr );