summaryrefslogtreecommitdiff
path: root/src/bio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bio.h')
-rw-r--r--src/bio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bio.h b/src/bio.h
index eb3a2f5d8..4b15d1c4d 100644
--- a/src/bio.h
+++ b/src/bio.h
@@ -38,4 +38,5 @@ void bioKillThreads(void);
/* Background job opcodes */
#define BIO_CLOSE_FILE 0 /* Deferred close(2) syscall. */
#define BIO_AOF_FSYNC 1 /* Deferred AOF fsync. */
-#define BIO_NUM_OPS 2
+#define BIO_LAZY_FREE 2 /* Deferred objects freeing. */
+#define BIO_NUM_OPS 3