In that file I could find netsnmp_handler_registration_free() function, which frees the netsnmp_handler_registration structure. This function does not perform any deregistration. This function calls netsnmp_handler_free() to free the handle information. netsnmp_handler_free() recursively free the handler information. This function neither does the de-registration.
Is this the function (netsnmp_handler_registration_free()) that you were mentioning? If not please let me know the API name. It will be of great help. Thanks Mahesh -----Original Message----- From: Dave Shield [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 2:59 PM To: Kurapati M-G19456 Cc: [EMAIL PROTECTED] Subject: Re: Deregistration of a MIB -- Any API? > I am not able to grep that API in 5.1.1. > Any idea on the file name that I need to look into. agent/agent_handler.c It simply takes the netsnmp_handler_registration structure created in the initialisation routine. Dave ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ 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
