[2013/05/28 07:56:42] #net-snmp <grummund> Hi all o/
[2013/05/28 08:51:35] #net-snmp <grummund> Using mib2c.iterate_access.conf, is there a hook function that could be used to free() my_loop_context ?
[2013/05/28 09:32:47] #net-snmp <rstory-work> grummund: maybe in the cache unload function?
[2013/05/28 09:36:26] #net-snmp <grummund> i'm not using cache... but i believe what i need is:
[2013/05/28 09:36:56] #net-snmp <grummund> #ifdef MAYBE_USE_THESE
[2013/05/28 09:36:57] #net-snmp <grummund> /* Pick *only* one of these if you use them.
[2013/05/28 09:36:57] #net-snmp <grummund> */
[2013/05/28 09:36:57] #net-snmp <grummund> iinfo->free_loop_context = oam_snmp_ilapConnTable_loop_free;
[2013/05/28 09:36:57] #net-snmp <grummund> iinfo->free_loop_context_at_end = oam_snmp_ilapConnTable_loop_free;
[2013/05/28 09:36:58] #net-snmp <grummund> #endif
[2013/05/28 09:39:27] #net-snmp <grummund> ACTION establishing just which one i need.
[2013/05/28 09:56:25] #net-snmp <grummund> oops, mixing up my loop_context and data_context
[2013/05/28 11:44:14] #net-snmp <rstory-work> i hope your conn table isn't very big... iterator performs poorly with large tables..
[2013/05/28 12:42:16] #net-snmp <grummund> depends what you mean by big