append-transform plugin question

2011-10-07 Thread Jan Algermissen
Hi, I am looking at the source code of the append-transform plugin. I have a question regarding the load function below: Is my understanding correct that each call to TSIOBufferProduce(append_buffer, err) appends a read chunk to the static append_buffer causing the buffer to generate an e

Append Transform plugin question

2010-06-24 Thread Manish Pandey
Hi Folks, Couple of question related to the Append Transform Plugin: 1. The except below is from example/append-transform.c How can I print the data in the buffers? I would like to print the strings being created/appended. The buffer is a opaque data structure (ts.h: typedef void *INKIOB