File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,13 @@ int inBioThread(void);
4949
5050/* Background job opcodes */
5151enum {
52- BIO_CLOSE_FILE = 0 , /* Deferred close(2) syscall. */
53- BIO_AOF_FSYNC , /* Deferred AOF fsync. */
54- BIO_LAZY_FREE , /* Deferred objects freeing. */
55- BIO_CLOSE_AOF , /* Deferred close for AOF files. */
56- BIO_RDB_SAVE , /* Deferred save RDB to disk on replica */
52+ BIO_CLOSE_FILE = 0 , /* Deferred close(2) syscall. */
53+ BIO_AOF_FSYNC , /* Deferred AOF fsync. */
54+ BIO_LAZY_FREE , /* Deferred objects freeing. */
55+ BIO_CLOSE_AOF , /* Deferred close for AOF files. */
56+ BIO_RDB_SAVE , /* Deferred save RDB to disk on replica */
5757#if defined(USE_OPENSSL ) && USE_OPENSSL == 1 /* BUILD_YES */
58- BIO_TLS_RELOAD , /* Deferred TLS reload. */
58+ BIO_TLS_RELOAD , /* Deferred TLS reload. */
5959#endif
6060 BIO_NUM_OPS
6161};
You can’t perform that action at this time.
0 commit comments