PATCH: teach TSHostLookup to use const
--------------------------------------

                 Key: TS-1040
                 URL: https://issues.apache.org/jira/browse/TS-1040
             Project: Traffic Server
          Issue Type: Improvement
          Components: DNS
            Reporter: James Peach
            Priority: Minor


This patch improves the TSHostLookup() API by specifying it's hostname argument 
as const. This reduces the number of casts required of plugin authors.

The new prototype is:

tsapi TSAction TSHostLookup(TSCont contp, const char* hostname, size_t namelen)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to