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:
authorNicolas Favre-Felix <n.favrefelix@gmail.com>2010-12-08 01:10:29 +0300
committerNicolas Favre-Felix <n.favrefelix@gmail.com>2010-12-08 01:10:29 +0300
commit44f048c523ea798198b71e9c3f845aed66b78dfe (patch)
tree7f55bb656385731549afec21cc80cebfb108a8ac /common.h
parent126812026deced3787c201a33795bae608f24575 (diff)
Added support for UNIX Domain Sockets.2.0.12
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index aae8e1c0..48827dcc 100644
--- a/common.h
+++ b/common.h
@@ -138,7 +138,7 @@ typedef struct request_item {
typedef struct {
php_stream *stream;
char *host;
- unsigned short port;
+ short port;
double timeout;
int failed;
int status;