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

Preemptive transfer of source location payload.

This commit is contained in:
Bartosz Taudul
2017-11-11 15:59:30 +01:00
parent 7f3b8f4647
commit 59ec40c045
4 changed files with 15 additions and 24 deletions
-1
View File
@@ -22,7 +22,6 @@ enum ServerQuery : uint8_t
ServerQueryString,
ServerQueryThreadString,
ServerQuerySourceLocation,
ServerQuerySourceLocationPayload,
ServerQueryPlotName,
};