Re: How to implement tables

2008-01-07 Thread Xuan Pan
Thanks Dave for being so helpful. I have got a working agent that can respond to queries on both Scalars and Tables. I chose iterator helper mainly because my data is stored externally. Then I realized I still need to copy the table data into a linked list locally into the memory so that the intera

Re: How to implement tables

2008-01-03 Thread Dave Shield
On 02/01/2008, Xuan Pan <[EMAIL PROTECTED]> wrote: > 2. I am using table_iterator to implement it by referencing the example > code of vacm_context.c. Am I choosing the right handler? It's impossible to answer that question. The iterator helper is a perfectly reasonable choice for implementing a t