On 02/17/2010 02:55 PM, Bryan Call wrote:
I propose that we change the prefix for the APIs, #define, filenames, etc from INK_ to TS_. We would keep the same case.

Example:
INK_HTTP_STATUS_NONE  -> TS_HTTP_STATUS_NONE
inkapi INKReturnCode INKHttpTxnSetArg(INKHttpTxn txnp, int arg_idx, void *arg); -> tsapi TSReturnCode TSHttpTxnSetArg(TSHttpTxn txnp, int arg_idx, void *arg);
ink_defs.cc -> ts_defs.cc

John created a bug for this: https://issues.apache.org/jira/browse/TS-178
and a wiki: http://cwiki.apache.org/confluence/display/TS/2_2_Prefix_Changes

*Results:
*Everyone also agreed to "do the change in the code right before we fork 2.2
so as to minimize merge hell of patches on 2.0 into 2.1."

[+1] Bryan Call
[+1] Leif Hedstrom
[+1] George Paul
[+1] John Plevyak

-Bryan

Reply via email to