X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/50be9b97bc975439cb34703acad5ac108952e672..b1aa7183d772dcee73f2e4fb1650c9595fe8096f:/src/bio.h diff --git a/src/bio.h b/src/bio.h index ebd01ee2..22a9b33e 100644 --- a/src/bio.h +++ b/src/bio.h @@ -7,4 +7,5 @@ time_t bioOlderJobOfType(int type); /* Background job opcodes */ #define REDIS_BIO_CLOSE_FILE 0 /* Deferred close(2) syscall. */ -#define REDIS_BIO_NUM_OPS 1 +#define REDIS_BIO_AOF_FSYNC 1 /* Deferred AOF fsync. */ +#define REDIS_BIO_NUM_OPS 2