mirror of
https://github.com/Wind4/vlmcsd.git
synced 2026-08-03 13:52:50 +08:00
vlmcsd-1105-2016-11-28-Hotbird64
This commit is contained in:
+2
-1
@@ -56,11 +56,12 @@ int server_main(int argc, CARGV argv);
|
||||
#define INI_PARAM_CHECK_CLIENT_TIME 25
|
||||
#define INI_PARAM_MAINTAIN_CLIENTS 26
|
||||
#define INI_PARAM_START_EMPTY 27
|
||||
#define INI_PARAM_DATA_FILE 28
|
||||
|
||||
#define INI_FILE_PASS_1 1
|
||||
#define INI_FILE_PASS_2 2
|
||||
|
||||
typedef struct
|
||||
typedef struct IniFileParameter
|
||||
{
|
||||
const char* const Name;
|
||||
uint_fast8_t Id;
|
||||
|
||||
Reference in New Issue
Block a user