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 1b9e97f5..33d60ce6 100644
--- a/common.h
+++ b/common.h
@@ -157,6 +157,7 @@ typedef struct {
php_stream *stream;
char *host;
short port;
+ char *auth;
double timeout;
double read_timeout;
int failed;