Yu Qing created TS-2459:
---------------------------
Summary: two function names spell wrongly
Key: TS-2459
URL: https://issues.apache.org/jira/browse/TS-2459
Project: Traffic Server
Issue Type: Bug
Components: Configuration
Reporter: Yu Qing
in lib/records/I_RecCore.h and lib/records/RecCore.cc, these two functions
spell wrongly:
int RecLinkConfigInk32(const char *name, int32_t * p_int32);
int RecLinkConfigInkU32(const char *name, uint32_t * p_uint32);
"Ink" should be "Int". the new functions as:
int RecLinkConfigInt32(const char *name, int32_t * p_int32);
int RecLinkConfigUInt32(const char *name, uint32_t * p_uint32);
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)