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:
authormichael-grunder <michael.grunder@gmail.com>2013-04-28 22:10:32 +0400
committermichael-grunder <michael.grunder@gmail.com>2013-04-28 22:10:32 +0400
commitf9f2dc0dbf02394ef221b3b1ef8fc67a73b722de (patch)
tree2d53c95d37a9e7af92b7de0482906f4a4fd46e5d /redis_array_impl.h
parent4c16a303efdde3d3c41d8f6c44a24cec2d45ae22 (diff)
parent3e6d5b60d66e0a5b31080a7109c412b0ce6358e6 (diff)
Merge branch 'release/2.2.3'2.2.3
Diffstat (limited to 'redis_array_impl.h')
-rw-r--r--redis_array_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/redis_array_impl.h b/redis_array_impl.h
index 0e00258c..8dd5201b 100644
--- a/redis_array_impl.h
+++ b/redis_array_impl.h
@@ -5,9 +5,9 @@
#include "common.h"
#include "redis_array.h"
-RedisArray* ra_load_hosts(RedisArray *ra, HashTable *hosts TSRMLS_DC);
+RedisArray *ra_load_hosts(RedisArray *ra, HashTable *hosts, long retry_interval TSRMLS_DC);
RedisArray *ra_load_array(const char *name TSRMLS_DC);
-RedisArray *ra_make_array(HashTable *hosts, zval *z_fun, zval *z_dist, HashTable *hosts_prev, zend_bool b_index TSRMLS_DC);
+RedisArray *ra_make_array(HashTable *hosts, zval *z_fun, zval *z_dist, HashTable *hosts_prev, zend_bool b_index, long retry_interval TSRMLS_DC);
zval *ra_find_node_by_name(RedisArray *ra, const char *host, int host_len TSRMLS_DC);
zval *ra_find_node(RedisArray *ra, const char *key, int key_len, int *out_pos TSRMLS_DC);
void ra_init_function_table(RedisArray *ra);