InkApi.h rename:
------------------------
[ ] api.h
[X] ts_api.h
[ ] sdkapi.h
Include directory name
---------------------------------
[X] ${prefix}/include/ts
[ ] ${prefix}/include/trafficserver
-George
On 2/3/10 8:08 PM, Leif Hedstrom wrote:
> So, I think the discussions have had enough time, the consensus is
> definitely that we should clean up what we got. As such, we will move
> both include files to be in the same directory in SVN, we will rename
> RemapAPI.h to remap_api.h, and we will install the two header files in a
> well defined include directory. Two things to vote on remains (please
> cast votes within 72 hours):
>
>
> InkApi.h rename:
> ------------------------
> [ ] api.h
> [ ] ts_api.h
> [ ] sdkapi.h
>
>
> Include directory name
> ---------------------------------
>
> [ ] ${prefix}/ts
> [ ] ${prefix}/trafficserver
>
>
>
> Include directives would hence look like the examples below (depending
> on the outcome of the votes):
>
> #include <ts/remap_api.h>
> #include <ts/api.h> -- or --
> #include <ts/ts_api.h> -- or --
> #include <ts/sdkapi.h>
>
> -- or --
>
> #include <trafficserver/remap_api.h>
> #include <trafficserver/api.h> -- or --
> #include <trafficserver/ts_api.h> -- or --
> #include <trafficserver/sdkapi.h>
>
>
> Cheers!
>
> -- Leif
>