]> git.saurik.com Git - redis.git/blobdiff - src/redis.h
Merge remote-tracking branch 'origin/unstable' into unstable
[redis.git] / src / redis.h
index 86fd47c682b60e07faa8ddff0e77b589a27eb46d..aa79b4ada48aacb8ca7881d10d0f29da0ba96bc1 100644 (file)
@@ -588,7 +588,7 @@ struct redisServer {
     int repl_timeout;               /* Timeout after N seconds of master idle */
     redisClient *master;     /* Client that is master for this slave */
     int repl_syncio_timeout; /* Timeout for synchronous I/O calls */
-    int replstate;           /* Replication status if the instance is a slave */
+    int repl_state;          /* Replication status if the instance is a slave */
     off_t repl_transfer_left;  /* Bytes left reading .rdb  */
     int repl_transfer_s;     /* Slave -> Master SYNC socket */
     int repl_transfer_fd;    /* Slave -> Master SYNC temp file descriptor */