X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/ff5aac2be82177a7c96c71ce7dd0939e70436402..5dac72a78aa02e48af484ac75059e760151ba1fc:/src/src/structs.h diff --git a/src/src/structs.h b/src/src/structs.h index 1dd363a5c..6666c52ca 100644 --- a/src/src/structs.h +++ b/src/src/structs.h @@ -218,6 +218,17 @@ typedef struct transport_info { } transport_info; +/* Structure for information about a delivery-in-progress */ + +typedef struct transport_context { + transport_instance * tblock; + struct address_item * addr; + uschar * check_string; + uschar * escape_string; + int options; /* topt_* */ +} transport_ctx; + + typedef struct { uschar *request;