This commit is contained in:
cppla
2025-08-29 19:32:51 +08:00
parent 9cd86ccaa3
commit 68a1d3719f
6 changed files with 126 additions and 10 deletions
+2
View File
@@ -78,6 +78,8 @@ class CMain
int64_t m_IOWrite;
double m_CPU;
char m_aCustom[1024];
// OS name reported by client (e.g. linux/windows/darwin/freebsd)
char m_aOS[64];
// Options
bool m_Pong;
} m_Stats;