You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2013/03/28 07:19:18 UTC

[jira] [Updated] (TS-1019) clean up access to librecords and remove wrappers

     [ https://issues.apache.org/jira/browse/TS-1019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-1019:
------------------------------

    Fix Version/s:     (was: 3.3.3)
    
> clean up access to librecords and remove wrappers
> -------------------------------------------------
>
>                 Key: TS-1019
>                 URL: https://issues.apache.org/jira/browse/TS-1019
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Bryan Call
>            Priority: Minor
>
> There are unneeded define wrappers around the librecord function calls: 
> {noformat}
> [bcall@Bryan-Calls-MacBook-Pro-3 traffic.git]$ grep -r REC_ConfigReadInteger * | grep define
> iocore/eventsystem/P_EventSystem.h:#define IOCORE_ConfigReadInteger            REC_ConfigReadInteger
> proxy/http/HttpConfig.h:#define HTTP_ConfigReadInteger         REC_ConfigReadInteger
> proxy/logging/LogConfig.h:#define LOG_ConfigReadInteger         REC_ConfigReadInteger
> proxy/logging/LogConfig.h:#define LOG_LocalReadInteger          REC_ConfigReadInteger
> proxy/Main.h:#define TS_ConfigReadInteger            REC_ConfigReadInteger
> proxy/Prefetch.h:#define TS_ConfigReadInteger            REC_ConfigReadInteger
> proxy/Update.cc:#define UPDATE_ConfigReadInteger         REC_ConfigReadInteger
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira