fixed spurious "server memory exhausted" message

This commit is contained in:
Jeff Hill
2001-09-26 18:59:04 +00:00
parent cab1f58df1
commit 7eaabd7df2
2 changed files with 3 additions and 1 deletions

View File

@@ -50,6 +50,8 @@
#include "server.h"
int casSufficentSpaceInPool = TRUE;
/*
* forcePort ()
*/

View File

@@ -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)