TLS resumption: support Outlook hosts-behind-loadbalancer
[exim.git] / src / src / structs.h
index 9bf3aebe2fa1152d9a3a96c6fad10b84ec7551c0..087683c4934d7a0a03a90c9c612b0a3d4e6a8918 100644 (file)
@@ -830,8 +830,10 @@ typedef struct {
   host_item *           host;
   int                   host_af;
   uschar *              interface;
-  uschar *             sending_ip_address;     /* used for TLS resumption */
+
   int                  sock;   /* used for a bound but not connected socket */
+  uschar *             sending_ip_address;     /* used for TLS resumption */
+  const uschar *       host_lbserver;          /* ditto, for server-behind LB */
 
 #ifdef SUPPORT_DANE
   BOOL dane:1;                 /* connection must do dane */