Logging: fix initial listening-on log line
[exim.git] / src / src / structs.h
index 20db0e5f45e5680166a97aaff080291808370026..1e63d752b79b10b18801cf0e363eb1cf0a07e9b6 100644 (file)
@@ -444,6 +444,7 @@ typedef struct ip_address_item {
   int    port;
   BOOL   v6_include_v4;            /* Used in the daemon */
   uschar address[46];
+  uschar * log;                           /* portion of "listening on" log line */
 } ip_address_item;
 
 /* Structure for chaining together arbitrary strings. */