diff --git a/bio.c b/bio.c index 46e5e3da5..43be4ec9b 100644 --- a/bio.c +++ b/bio.c @@ -12,6 +12,7 @@ * we'll switch to libeio. However there are probably long term uses for this * file as we may want to put Redis specific background tasks here. * + * * DESIGN * ------ * @@ -54,6 +55,7 @@ static char* bio_worker_title[] = { "bio_lazy_free", }; + #define BIO_WORKER_NUM (sizeof(bio_worker_title) / sizeof(*bio_worker_title)) static unsigned int bio_job_to_worker[] = {