Rename bstate to bpop.

This commit is contained in:
Damian Janowski & Michel Martens
2010-11-09 15:06:25 -03:00
committed by Michel Martens
parent 59bd44d1c8
commit e3c51c4b1b
3 changed files with 25 additions and 25 deletions

View 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 */