summaryrefslogtreecommitdiff
path: root/include/dns.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dns.h')
-rw-r--r--include/dns.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dns.h b/include/dns.h
index f1c118909..63d5bb1fb 100644
--- a/include/dns.h
+++ b/include/dns.h
@@ -82,6 +82,9 @@ public:
* to determine the status of the socket.
*/
bool HasResult();
+ /** This method will return true if the lookup's fd matches the one provided
+ */
+ bool HasResult(int fd);
/** This method returns the result of your query as a string, depending upon wether you
* called DNS::ReverseLookup() or DNS::ForwardLookup.
*/