----- Original Message -----
> TS-1820 Cleanup the comments some, and eliminate a few unused
> parameters where it was obvious
[snip]
>  
> //----------------------------------------------------------------------------
>  void
> -TSPluginInit(int, const char *[]) // UNUSED int argc, const char *argv[]
> +TSPluginInit(int /* argc ATS_UNUSED */, const char */* argv ATS_UNUSED */[])
>  {
>    global_contp = TSContCreate(cache_print_plugin, TSMutexCreate());
>    TSHttpHookAdd(TS_HTTP_READ_REQUEST_HDR_HOOK, global_contp);


I'm confused, I thought that's the way to pass parameters to a plugin via the 
config.
Has Phil taught me wrong?


-- i
Igor Galić

Tel: +43 (0) 664 886 22 883
Mail: i.ga...@brainsware.org
URL: http://brainsware.org/
GPG: 6880 4155 74BD FD7C B515  2EA5 4B1D 9E08 A097 C9AE

Reply via email to