summaryrefslogtreecommitdiff
path: root/src/redis.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/redis.h')
-rw-r--r--src/redis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/redis.h b/src/redis.h
index b067fdf45..e78dc528d 100644
--- a/src/redis.h
+++ b/src/redis.h
@@ -753,6 +753,7 @@ struct redisServer {
off_t loading_total_bytes;
off_t loading_loaded_bytes;
time_t loading_start_time;
+ off_t loading_process_events_interval_bytes;
/* Fast pointers to often looked up command */
struct redisCommand *delCommand, *multiCommand, *lpushCommand, *lpopCommand,
*rpopCommand;