RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.

This commit is contained in:
antirez
2015-07-26 15:14:57 +02:00
parent b684e2dad1
commit cef054e868
37 changed files with 178 additions and 178 deletions

View File

@ -58,7 +58,7 @@
*/
#include "redis.h"
#include "server.h"
#include "bio.h"
static pthread_t bio_threads[REDIS_BIO_NUM_OPS];