Hi all, I have an interesting problem in my table_array helper mib. In my table.c file, I am setting the netsnmp_table_array_callback function pointer "delete_row" to a user defined method (created by mib2c.array_user). Yet, the cb.delete_row method is never called. I have put debug breaks on it, print statements in it, everything. All of the other user defined callback functions (create_row, set_reservex, etc.) are being called. I have a sneaking suspicion that the snmp_agent is never actually calling the cb.delete_row function. My question is: where, specifically, in the netsnmp agent are these callback functions being called and could you provide me on any clues why the cb.delete_row is not being called. Furthermore, can someone point me in the right direction as to where the netsnmp_table_array_callback functions are defined (I can't find the prototype for UserRowMethod anywhere.) Thanks! Daniel
------------------------------------------------------------------------------ _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
