summaryrefslogtreecommitdiff
path: root/src/bio.h
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2015-07-27 14:55:45 +0200
committerantirez <antirez@gmail.com>2015-07-27 15:03:10 +0200
commit3325a9b11f9761aaee5f7993b555be44e3d51342 (patch)
tree19b41a6ea2ca7b31bcaca652198375b1b1f07c06 /src/bio.h
parent32f80e2f1bf42d0508f1114a9dddd91c4719eb8e (diff)
downloadredis-3325a9b11f9761aaee5f7993b555be44e3d51342.tar.gz
RDMF: more names updated.
Diffstat (limited to 'src/bio.h')
-rw-r--r--src/bio.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bio.h b/src/bio.h
index 85f03ad1a..dc284e77e 100644
--- a/src/bio.h
+++ b/src/bio.h
@@ -36,6 +36,6 @@ time_t bioOlderJobOfType(int type);
void bioKillThreads(void);
/* Background job opcodes */
-#define REDIS_BIO_CLOSE_FILE 0 /* Deferred close(2) syscall. */
-#define REDIS_BIO_AOF_FSYNC 1 /* Deferred AOF fsync. */
-#define REDIS_BIO_NUM_OPS 2
+#define BIO_CLOSE_FILE 0 /* Deferred close(2) syscall. */
+#define BIO_AOF_FSYNC 1 /* Deferred AOF fsync. */
+#define BIO_NUM_OPS 2