Logging: fix initial listening-on log line
[exim.git] / src / src / structs.h
index 8c229236c7340615d1fd0d835f491dcc096dcfb4..7fb32777c0d0d27da96a13eb50e317da6cbb008a 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. */