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

Receive plot data.

This commit is contained in:
Bartosz Taudul
2017-10-13 03:36:59 +02:00
parent cb0011755d
commit fe0366c792
5 changed files with 127 additions and 5 deletions
+1
View File
@@ -22,6 +22,7 @@ enum ServerQuery : uint8_t
ServerQueryThreadString,
ServerQueryCustomString,
ServerQuerySourceLocation,
ServerQueryPlotName,
};
enum { WelcomeMessageProgramNameSize = 64 };