diff --git a/llarp/dnsc.hpp b/llarp/dnsc.hpp index 6aa28cfff..236529169 100644 --- a/llarp/dnsc.hpp +++ b/llarp/dnsc.hpp @@ -28,6 +28,7 @@ struct dnsc_answer_request /// result bool found; struct sockaddr result; + std::string revDNS; // a reference to dnsc_context incase of multiple contexts struct dnsc_context *context; };