]> granicus.if.org Git - apache/commitdiff
API sync... not crucial for trunk
authorJim Jagielski <jim@apache.org>
Thu, 6 Dec 2012 19:58:04 +0000 (19:58 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 6 Dec 2012 19:58:04 +0000 (19:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1418049 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy.h

index 15524c64a5345beb8af6b1fb6fd5ab4029bcd037..289732144612f3baff3504c5e0af089b2dc15198 100644 (file)
@@ -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)))