mirror of
https://github.com/glest/glest-source.git
synced 2025-09-25 23:19:07 +02:00
Added some performance logging capabilities and socket cleanup for new broadcast thread sockets
This commit is contained in:
@@ -34,11 +34,13 @@ public:
|
||||
|
||||
enum DebugType {
|
||||
debugSystem,
|
||||
debugNetwork
|
||||
debugNetwork,
|
||||
debugPerformance
|
||||
};
|
||||
|
||||
static bool enableDebugText;
|
||||
static bool enableNetworkDebugInfo;
|
||||
static bool enablePerformanceDebugInfo;
|
||||
static const char *debugLogFile;
|
||||
|
||||
static void OutputDebug(DebugType type, const char *fmt, ...);
|
||||
|
Reference in New Issue
Block a user