*/
uint32_t prefetch_ttl;
+ /** 32 bit padding to pad struct member alignment to 64 bits. */
+ uint32_t padding;
+
/**
* The security status from DNSSEC validation of this message.
*/
struct regional* region;
/** failure reason information if val-log-level is high */
struct config_strlist* errinf;
- /** how many seconds before expiry is this prefetched (0 if not) */
- uint32_t prefetch_leeway;
/** which module is executing */
int curmod;
struct module_env* env;
/** mesh related information for this query */
struct mesh_state* mesh_info;
+ /** how many seconds before expiry is this prefetched (0 if not) */
+ uint32_t prefetch_leeway;
};
/**