REDIS_BIO_AOF_FSYNC implemented

This commit is contained in:
antirez
2011-09-15 18:25:53 +02:00
parent b39a4d0b39
commit 9fc1e1b1d4
2 changed files with 4 additions and 1 deletions

View File

@ -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