std::unique_ptr<ProtoBufData> d_protoBufData{nullptr};
#ifndef DISABLE_PROTOBUF
std::vector<std::pair<std::string, std::shared_ptr<RemoteLoggerInterface>>> delayedResponseMsgs;
+ std::vector<std::shared_ptr<RemoteLoggerInterface>> ottraceLoggers;
#endif
- std::unique_ptr<EDNSExtendedError> d_extendedError{nullptr};
+ std::unique_ptr<std::vector<dnsdist::edns::SetExtendedDNSErrorOperation>> d_extendedErrors{nullptr};
std::optional<uint32_t> tempFailureTTL{std::nullopt}; // 8
ClientState* cs{nullptr}; // 8
std::unique_ptr<DOHUnitInterface> du; // 8