]> git.saurik.com Git - redis.git/blobdiff - src/redis.h
Regression test for issue 417 (memory leak when replicating to DB with id >= 10)
[redis.git] / src / redis.h
index 35f36d667e7209b6c146daf43c19a39cd5480ef8..e36e13f10b9a72d884047b071d77f0fca0fe3116 100644 (file)
@@ -735,6 +735,7 @@ void asyncCloseClientOnOutputBufferLimitReached(redisClient *c);
 int getClientLimitClassByName(char *name);
 char *getClientLimitClassName(int class);
 void flushSlavesOutputBuffers(void);
+void disconnectSlaves(void);
 
 #ifdef __GNUC__
 void addReplyErrorFormat(redisClient *c, const char *fmt, ...)