brbzull0 commented on a change in pull request #7874:
URL: https://github.com/apache/trafficserver/pull/7874#discussion_r639538439



##########
File path: include/ts/ts.h
##########
@@ -1918,7 +1918,14 @@ tsapi TSReturnCode 
TSPortDescriptorAccept(TSPortDescriptor, TSCont);
 /* --------------------------------------------------------------------------
    DNS Lookups */
 tsapi TSAction TSHostLookup(TSCont contp, const char *hostname, size_t 
namelen);
-tsapi struct sockaddr const *TSHostLookupResultAddrGet(TSHostLookupResult 
lookup_result);
+/** Retrieve an address from the host lookup.
+ *
+ * @param lookup_result Result handle passed to event callback.
+ * @param dst Destiation for copying the addres.

Review comment:
       Destination
   Address




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to