X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/3c8b357717e895d6dcddc7faa5b7a0eaf4c73417..7cd171b76e5bd3cb825c2a8720bc1fe4ad9b37e0:/src/src/structs.h diff --git a/src/src/structs.h b/src/src/structs.h index c181f3f6e..ea23cb6ad 100644 --- a/src/src/structs.h +++ b/src/src/structs.h @@ -218,6 +218,11 @@ typedef struct transport_info { +typedef struct { + uschar *request; + uschar *require; +} dnssec_domains; + /* Structure for holding information about the configured routers. */ typedef struct router_instance { @@ -296,6 +301,8 @@ typedef struct router_instance { transport_instance *transport; /* Transport block (when found) */ struct router_instance *pass_router; /* Actual router for passed address */ struct router_instance *redirect_router; /* Actual router for generated address */ + + dnssec_domains dnssec; } router_instance;