summaryrefslogtreecommitdiff
path: root/src/stream.h
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2018-01-19 10:40:08 +0100
committerantirez <antirez@gmail.com>2018-03-15 12:54:10 +0100
commit2bbb2bf42710c755698019beaef8b9ab281fddc2 (patch)
tree0f3e936784546f1a89d63dae64aa15a761e8b99c /src/stream.h
parent1fafe7def15de73bd66271c9632584c456ea41e2 (diff)
downloadredis-2bbb2bf42710c755698019beaef8b9ab281fddc2.tar.gz
CG: XGROUPREAD group option parsing and groups lookup.
Diffstat (limited to 'src/stream.h')
-rw-r--r--src/stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream.h b/src/stream.h
index 75c9c57ef..4b9e68885 100644
--- a/src/stream.h
+++ b/src/stream.h
@@ -47,7 +47,7 @@ typedef struct streamIterator {
/* Consumer group. */
typedef struct streamCG {
- streamID lastid; /* Last delivered (not acknowledged) ID for this
+ streamID last_id; /* Last delivered (not acknowledged) ID for this
group. Consumers that will just ask for more
messages will served with IDs > than this. */
rax *pel; /* Pending entries list. This is a radix tree that