X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/ae8f9024d8d4fad31457d758022e3186d782929c..06e272a37fca29df8be58167a30818857a78e348:/src/src/globals.h diff --git a/src/src/globals.h b/src/src/globals.h index bdf03606e..de0a7bab8 100644 --- a/src/src/globals.h +++ b/src/src/globals.h @@ -988,7 +988,7 @@ extern BOOL system_filter_uid_set; /* TRUE if uid set */ extern blob tcp_fastopen_nodata; /* for zero-data TFO connect requests */ extern BOOL tcp_nodelay; /* Controls TCP_NODELAY on daemon */ -extern int tcp_out_fastopen; /* 0: no 1: conn used 2: useful */ +extern tfo_state_t tcp_out_fastopen; /* 0: no 1: conn used 2: useful */ #ifdef USE_TCP_WRAPPERS extern uschar *tcp_wrappers_daemon_name; /* tcpwrappers daemon lookup name */ #endif