]> git.saurik.com Git - redis.git/blobdiff - src/redis.h
Rename bstate to bpop.
[redis.git] / src / redis.h
index 0de94585b89ca6ebc41ffd767539dd9d77d1f010..f1142a5b34fc52e37d10f8adcf5ee40f251f9a71 100644 (file)
@@ -326,7 +326,7 @@ typedef struct redisClient {
     long repldboff;         /* replication DB file offset */
     off_t repldbsize;       /* replication DB file size */
     multiState mstate;      /* MULTI/EXEC state */
-    blockingState bstate;   /* blocking state */
+    blockingState bpop;   /* blocking state */
     list *io_keys;          /* Keys this client is waiting to be loaded from the
                              * swap file in order to continue. */
     list *watched_keys;     /* Keys WATCHED for MULTI/EXEC CAS */