提交 d8e92a82 编写于 作者: A antirez

Move prototype of evictionPoolAlloc() in server.h.

上级 3b9495d2
......@@ -299,8 +299,6 @@ struct redisCommand redisCommandTable[] = {
{"latency",latencyCommand,-2,"aslt",0,NULL,0,0,0,0,0}
};
struct evictionPoolEntry *evictionPoolAlloc(void);
/*============================ Utility functions ============================ */
/* Low level logging. To use only for very big messages, otherwise
......
......@@ -1616,6 +1616,9 @@ void disconnectAllBlockedClients(void);
/* expire.c -- Handling of expired keys */
void activeExpireCycle(int type);
/* evict.c -- maxmemory handling and LRU eviction. */
struct evictionPoolEntry *evictionPoolAlloc(void);
/* Git SHA1 */
char *redisGitSHA1(void);
char *redisGitDirty(void);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册