unregister scalar?

2018-04-30 Thread Skiba, Bill
Is netsnmp_unregister_handler() the correct API to un-do the effect of a previous call to netsnmp_register_scalar() ? That is, if I used netsnmp_create_handler_registration() followed by netsnmp_register_scalar() to register a single OID, will netsnmp_unregister_handler() remove the registration

Unregister scalar variables

2007-03-19 Thread Jakob Lechner
Hello, I'm writing a SNMP agent that dynamically registers certain variables. For registration of these variables I have used exactly the same API functions as in "watcher.c" example (http://www.net- snmp.org/dev/agent/watched_8c-example.html): netsnmp_create_handler_registration netsnmp_create