From: Jim Jagielski Date: Thu, 6 Dec 2012 19:58:04 +0000 (+0000) Subject: API sync... not crucial for trunk X-Git-Tag: 2.5.0-alpha~6063 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59bc7bcaff96b03c87e01fa46137eec55fbccf63;p=thirdparty%2Fapache%2Fhttpd.git API sync... not crucial for trunk git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1418049 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/mod_proxy.h b/modules/proxy/mod_proxy.h index 15524c64a53..28973214461 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)))