fixed spurious "server memory exhausted" message
This commit is contained in:
@@ -50,6 +50,8 @@
|
||||
|
||||
#include "server.h"
|
||||
|
||||
int casSufficentSpaceInPool = TRUE;
|
||||
|
||||
/*
|
||||
* forcePort ()
|
||||
*/
|
||||
|
||||
@@ -191,7 +191,7 @@ GLBLTYPE unsigned rsrvSizeofLargeBufTCP;
|
||||
|
||||
#define CAS_HASH_TABLE_SIZE 4096
|
||||
|
||||
GLBLTYPE int casSufficentSpaceInPool;
|
||||
extern int casSufficentSpaceInPool;
|
||||
|
||||
#define SEND_LOCK(CLIENT) epicsMutexMustLock((CLIENT)->lock)
|
||||
#define SEND_UNLOCK(CLIENT) epicsMutexUnlock((CLIENT)->lock)
|
||||
|
||||
Reference in New Issue
Block a user