From 59bc7bcaff96b03c87e01fa46137eec55fbccf63 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Thu, 6 Dec 2012 19:58:04 +0000 Subject: [PATCH] API sync... not crucial for trunk git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1418049 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/mod_proxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/proxy/mod_proxy.h b/modules/proxy/mod_proxy.h index 15524c64a5..2897321446 100644 --- a/modules/proxy/mod_proxy.h +++ b/modules/proxy/mod_proxy.h @@ -419,7 +419,6 @@ typedef struct { int max_attempts; /* Number of attempts before failing */ int index; /* shm array index */ proxy_hashes hash; - char sticky_separator; /* separator for sessionid/route */ unsigned int sticky_force:1; /* Disable failover for sticky sessions */ unsigned int scolonsep:1; /* true if ';' seps sticky session paths */ unsigned int max_attempts_set:1; @@ -428,6 +427,7 @@ typedef struct { unsigned int vhosted:1; unsigned int inactive:1; unsigned int forcerecovery:1; + char sticky_separator; /* separator for sessionid/route */ } proxy_balancer_shared; #define ALIGNED_PROXY_BALANCER_SHARED_SIZE (APR_ALIGN_DEFAULT(sizeof(proxy_balancer_shared))) -- 2.40.0