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

Preemptive message text delivery.

This commit is contained in:
Bartosz Taudul
2017-11-11 15:41:21 +01:00
parent 76e11174dc
commit 7f3b8f4647
5 changed files with 21 additions and 44 deletions
-1
View File
@@ -24,7 +24,6 @@ enum ServerQuery : uint8_t
ServerQuerySourceLocation,
ServerQuerySourceLocationPayload,
ServerQueryPlotName,
ServerQueryMessage,
};
enum { WelcomeMessageProgramNameSize = 64 };