]> git.saurik.com Git - redis.git/blobdiff - src/bio.h
RDB hashes loading, fixed another bug in the loading of HT-encoded hashes: when the...
[redis.git] / src / bio.h
index ebd01ee28813ad9fc136b7fac908a653085f3071..22a9b33e16c462bb6a819f10bd97389f1099e768 100644 (file)
--- 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