Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavlo Yatsukhnenko <yatsukhnenko@users.noreply.github.com>2022-04-05 07:46:33 +0300
committerGitHub <noreply@github.com>2022-04-05 07:46:33 +0300
commit8290212692cc5829640a3c6e3e6db7bc884b9c77 (patch)
treee92fa988433b577fffa984ac3b96c9f79509f0b6 /common.h
parent831d6118c45517d0047a7ca6ca5d805762539f28 (diff)
parent42cbd88a185ed572cf4d93f1576468244839cc4e (diff)
Merge pull request #2089 from phpredis/issue-1974
Issue #1974
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.h b/common.h
index 0440d631..8b1a0127 100644
--- a/common.h
+++ b/common.h
@@ -311,6 +311,7 @@ typedef struct {
int reply_literal;
int null_mbulk_as_null;
int tcp_keepalive;
+ int sentinel;
} RedisSock;
/* }}} */