X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/ec7e138926b7b587adc247e8c64da6d3b1706434..08f55b786b58b3e0f8310e02683a0e1761c5b6bf:/src/redis.h diff --git a/src/redis.h b/src/redis.h index a4fdcb19..9e27d724 100644 --- a/src/redis.h +++ b/src/redis.h @@ -335,6 +335,7 @@ struct redisServer { int fd; redisDb *db; long long dirty; /* changes to DB from the last save */ + long long dirty_before_bgsave; /* used to restore dirty on failed BGSAVE */ list *clients; list *slaves, *monitors; char neterr[ANET_ERR_LEN];