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

Send on-demand status in welcome message.

This commit is contained in:
Bartosz Taudul
2018-07-10 21:44:23 +02:00
parent c056f3be41
commit 010b19946f
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -36,6 +36,7 @@ struct WelcomeMessage
uint64_t delay;
uint64_t resolution;
uint64_t epoch;
uint8_t onDemand;
char programName[WelcomeMessageProgramNameSize];
};