X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsrc%2Fstructs.h;h=259d9af719183f60ee4a3ee119364832d7636908;hb=774ef2d7d0f7fffbfd114271b8567e36485898dc;hp=4f7862dc55cae13687c3035943342984cf365709;hpb=b9c5223b77400cec8c44a8972a238f9cde82f0fc;p=exim.git diff --git a/src/src/structs.h b/src/src/structs.h index 4f7862dc5..259d9af71 100644 --- a/src/src/structs.h +++ b/src/src/structs.h @@ -187,8 +187,8 @@ typedef struct transport_instance { BOOL log_fail_output; BOOL log_defer_output; BOOL retry_use_local_part; /* Defaults true for local, false for remote */ -#ifdef EXPERIMENTAL_TPDA - uschar *tpda_event_action; /* String to expand on notable events */ +#ifdef EXPERIMENTAL_EVENT + uschar *event_action; /* String to expand on notable events */ #endif } transport_instance;