---------- Forwarded message ---------- From: shirish <[email protected]> Date: Sat, Apr 24, 2010 at 1:42 PM Subject: Re: Documentation / SDK correction To: dianes <[email protected]>
Hello, I see that the cache plugin #7 documentation has not started yet. I would like to know whether there is/are any example on the same that would enlighten me on how to R/W the cache of TS I would like to contribute towards the same in the documentation. thanking you, cheers, shirish. On Thu, Apr 22, 2010 at 11:02 PM, dianes <[email protected]> wrote: > Ditto on what Leif wrote- I'm on this today :) > > -diane > > > > Leif Hedstrom wrote: > >> On 04/21/2010 06:10 AM, shirish wrote: >> Hello, >> >> I was going through the documentation of traffic server sdk >> http://incubator.apache.org/trafficserver/docs/v2/sdk/ASimplePlugin.html >> >> the source code example of hello-world has deprecated name ( I suppose ) >> if InkAPI.h which has been renamed in the issue >> https://issues.apache.org/jira/browse/TS-9 , >> InkAPI.h and RemapPlugin.h are missing from /usr/local/include >> >> Diane is working on updating all the docs for these changes. >> >> to ts.h in and the #include of hello-world.c should be modified as >> #include "ts/ts.h" and also after replacing it. There is a small logical >> flaw in the program compilation using gcc >> >> gcc -g -Wall -fPIC -o hello-world.o -c hello-world.c >> >> >> actually raises error >> /usr/local/include/ts/ts.h:2031: error: expected declaration specifiers or >> ‘...’ before ‘bool’ >> >> This is fixed both on trunk and as of last night, on the 2.0.x branch. >> >> Cheers, >> >> - Leif >> >> >>
