freeMemoryIfNeeded() minor refactoring

This commit is contained in:
antirez
2012-02-06 16:56:42 +01:00
parent c1ef6ffe8a
commit 8b7c3455b9
3 changed files with 23 additions and 23 deletions

View File

@ -820,6 +820,7 @@ void freeClientsInAsyncFreeQueue(void);
void asyncCloseClientOnOutputBufferLimitReached(redisClient *c);
int getClientLimitClassByName(char *name);
char *getClientLimitClassName(int class);
void flushSlavesOutputBuffers(void);
#ifdef __GNUC__
void addReplyErrorFormat(redisClient *c, const char *fmt, ...)