Hello! I would like to remove the following functions as they are redundant, all that they do can be done by other, more general functions.
Now, here is my list: Netsnmp_Node_Handler netsnmp_instance_ulong_handler; Netsnmp_Node_Handler netsnmp_instance_long_handler; Netsnmp_Node_Handler netsnmp_instance_int_handler; Netsnmp_Node_Handler netsnmp_instance_uint_handler; Netsnmp_Node_Handler netsnmp_instance_counter32_handler; I replace their use in instance.c with calls to netsnmp_register_watched_instance. This is only proposed for 5.5 as it removes functions from the API. /MF ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
