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

If everyone is cool with this I will put up a vote...

-Bryan

Reply via email to