From 5ab68771e4e544f0a90ebb03b27651739bc8f109 Mon Sep 17 00:00:00 2001 From: Ryan Tharp Date: Sun, 23 Sep 2018 09:59:59 -0700 Subject: [PATCH] reverse DNS support --- llarp/dnsc.hpp | 1 + 1 file changed, 1 insertion(+) 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; };