panic_coredump option. Bug 2892
[exim.git] / src / src / structs.h
index 087683c4934d7a0a03a90c9c612b0a3d4e6a8918..b38aa6a9d4427b70482e4948584e5929d573fcd8 100644 (file)
@@ -2,8 +2,8 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/
 
+/* Copyright (c) The Exim Maintainers 2020 - 2022 */
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
@@ -834,6 +834,7 @@ typedef struct {
   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 */
+  BOOL                 have_lbserver:1;        /* host_lbserver is valid */
 
 #ifdef SUPPORT_DANE
   BOOL dane:1;                 /* connection must do dane */