mirror of
https://github.com/Wind4/vlmcsd.git
synced 2025-12-17 13:06:30 +01:00
vlmcsd-svn1099-2016-10-25-Hotbird64
This commit is contained in:
@@ -21,6 +21,10 @@ char ErrorMessage[MESSAGE_BUFFER_SIZE];
|
||||
#ifndef NO_STRICT_MODES
|
||||
uint32_t WhitelistingLevel = 0;
|
||||
int_fast8_t CheckClientTime = FALSE;
|
||||
#ifndef NO_CLIENT_LIST
|
||||
int_fast8_t MaintainClients = FALSE;
|
||||
int_fast8_t StartEmpty = FALSE;
|
||||
#endif // NO_CLIENT_LIST
|
||||
#endif // !NO_STRICT_MODES
|
||||
|
||||
#ifndef USE_MSRPC
|
||||
@@ -95,9 +99,9 @@ int numsockets = 0;
|
||||
|
||||
#if !defined(NO_LIMIT) && !__minix__
|
||||
#ifndef _WIN32 // Posix
|
||||
sem_t *Semaphore;
|
||||
sem_t *MaxTaskSemaphore;
|
||||
#else // _WIN32
|
||||
HANDLE Semaphore;
|
||||
HANDLE MaxTaskSemaphore;
|
||||
#endif // _WIN32
|
||||
|
||||
#endif // !defined(NO_LIMIT) && !__minix__
|
||||
|
||||
Reference in New Issue
Block a user