Re: Queries related to generated code

2004-09-13 Thread Coders
On Mon, 13 Sep 2004 16:00:51 +0530 Karthikeyan wrote: KN> We are in a situation to free some data only when the get next is executed KN> for the last time( i.e., during the 20th time). For this scenario, how can KN> we free that? You can probably use the free_loop_context_at_end pointer to do that

Queries related to generated code

2004-09-13 Thread Karthikeyan N
Hi, I have few queries related to generated code using net snmp version 5.1.1. Also, my development enviornment is in linux. 1. I generated the code for the table and I understood that during runtime, if we have 4 rows in a table, the get-next function being called for 4 * 5 times i.e, 20