[
https://issues.apache.org/jira/browse/TS-521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12931745#action_12931745
]
Leif Hedstrom commented on TS-521:
----------------------------------
Here are a few of the "string" replacements I've done (putting it here just to
have it available):
INKReturnCode TSReturnCode
INKMutex TSMutex
INKAction TSAction
INK_ERROR_PTR TS_ERROR_PTR
INK_ERROR TS_ERROR
INK_SUCCESS TS_SUCCESS
INKThread TSThread
INKVIO TSVIO
INKCont TSCont
INKIOBuffer TSIOBuffer
INKVConn TSVConn
inkapi tsapi
INKAssert TSAssert
INKEvent TSEvent
INKHttpTxn TSHttpTxn
INKMgmtInt TSMgmtInt
INK_EVENT TS_EVENT
INKDebug TSDebug
INKMBuffer TSMBuffer
INK_NULL_MLOC TS_NULL_MLOC
INKConfig TSConfig
INKMLoc TSMLoc
INKNetConnect TSNetConnect
INKError TSError
INKNetAccept TSNetAccept
INKCache TSCache
INKMimeHdr TSMimeHdr
INKHandleMLocRelease TSHandleMLocRelease
INKHandleStringRelease TSHandleStringRelease
INKReleaseAssert TSReleaseAssert
> Rename all APIs from INK* to TS*.
> ---------------------------------
>
> Key: TS-521
> URL: https://issues.apache.org/jira/browse/TS-521
> Project: Traffic Server
> Issue Type: Improvement
> Components: TSAPI
> Reporter: Leif Hedstrom
> Assignee: Leif Hedstrom
> Fix For: 2.1.5
>
>
> We should rename all INK* APIs (ts/ts.h etc.) to use the standard TS* prefix.
> This is a massive change.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.