[
https://issues.apache.org/jira/browse/TS-2586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leif Hedstrom reassigned TS-2586:
---------------------------------
Assignee: Leif Hedstrom
> the function _conf_to_memberp should be declared as static
> ----------------------------------------------------------
>
> Key: TS-2586
> URL: https://issues.apache.org/jira/browse/TS-2586
> Project: Traffic Server
> Issue Type: Improvement
> Components: TS API
> Reporter: Yu Qing
> Assignee: Leif Hedstrom
> Attachments:
> 0001-TS-2586-change-the-prototype-of-_conf_to_memberp.patch
>
>
> in the file proxy/InkAPI.cc:
> 1. the function _conf_to_memberp should be declared as static
> 2. change the prototype of function _conf_to_memberp for general purpose.
> the old prototype as:
> void* _conf_to_memberp(TSOverridableConfigKey conf, HttpSM* sm,
> OverridableDataType *typep)
> the new prototype as:
> static void* _conf_to_memberp(TSOverridableConfigKey conf,
> OverridableHttpConfigParams *overridableHttpConfig,
> OverridableDataType *typep)
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)