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:
authorZakay Danial <zakay@danial.se>2011-02-04 11:45:57 +0300
committerZakay Danial <zakay@danial.se>2011-02-04 11:45:57 +0300
commitc561e89ff1bcf4aa8312f5c5837745c0705991db (patch)
tree911349af16c678a8a99942a240c53a5bd2743ee5 /common.h
parenta086b0e55b6ecba72f00e41544119ae3c667cfc3 (diff)
Added support for user specified persistent connection id
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 4881f1e6..5e3c2edb 100644
--- a/common.h
+++ b/common.h
@@ -147,6 +147,7 @@ typedef struct {
int failed;
int status;
int persistent;
+ char *persistent_id;
int serializer;