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
View File
@@ -55,6 +55,7 @@ struct ServerQueryPacket
{
ServerQuery type;
uint64_t ptr;
uint32_t extra;
};
enum { ServerQueryPacketSize = sizeof( ServerQueryPacket ) };