InkApi.h rename:
------------------------
[ ] api.h
[X] ts_api.h
[ ] sdkapi.h


Include directory name
---------------------------------

[X] ${prefix}/ts
[ ] ${prefix}/trafficserver




________________________________
From: Leif Hedstrom <zw...@apache.org>
To: trafficserver-dev@incubator.apache.org
Sent: Wed, February 3, 2010 8:08:51 PM
Subject: [vote] Final API file names and include dir names

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

Reply via email to