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:
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 b6e2fb30..1f8d5674 100644
--- a/common.h
+++ b/common.h
@@ -181,6 +181,7 @@ typedef struct {
char *err;
int err_len;
+ zend_bool lazy_connect;
} RedisSock;
/* }}} */