X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/754643c1c703c773e03efec23a2b55ac5ba324cb..81f32c7b65c72a45fe1637ab0a661b144c54eb7c:/src/redis.h?ds=sidebyside diff --git a/src/redis.h b/src/redis.h index c6498c45..4b5c94dc 100644 --- a/src/redis.h +++ b/src/redis.h @@ -509,6 +509,7 @@ struct redisServer { int aof_selected_db; /* Currently selected DB in AOF */ time_t aof_flush_postponed_start; /* UNIX time of postponed AOF flush */ time_t aof_last_fsync; /* UNIX time of last fsync() */ + unsigned long aof_delayed_fsync; /* delayed AOF fsync() counter */ /* RDB persistence */ long long dirty; /* Changes to DB from the last save */ long long dirty_before_bgsave; /* Used to restore dirty on failed BGSAVE */