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:
authorvostok4 <vostok4@gmail.com>2014-04-09 13:14:45 +0400
committervostok4 <vostok4@gmail.com>2014-04-09 13:14:45 +0400
commit9c12c40a66cbd76f5efa053b1718fa936320400b (patch)
tree1dc06d47d219fde0b27b5066dd823afd6f349cf5 /redis_array.h
parent978fbcf6fc355fcd344feb76ab4b7d6b77e9f7c1 (diff)
Merge nicolasff:b9a16b5ad5 in, fixing for Win32
Now we should be up to master with upstream for an easier merge.
Diffstat (limited to 'redis_array.h')
-rw-r--r--redis_array.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/redis_array.h b/redis_array.h
index 3b1163bf..2a8baf44 100644
--- a/redis_array.h
+++ b/redis_array.h
@@ -50,6 +50,7 @@ typedef struct RedisArray_ {
zval *z_fun; /* key extractor, callable */
zval *z_dist; /* key distributor, callable */
zval *z_pure_cmds; /* hash table */
+ double connect_timeout; /* socket connect timeout */
struct RedisArray_ *prev;
} RedisArray;