Root registration info. More...
#include <agent_handler.h>
Data Fields |
|
| char * | handlerName |
| for mrTable listings, and other uses |
|
| char * | contextName |
| NULL = default context. |
|
| oid * | rootoid |
| where are we registered at? |
|
| size_t | rootoid_len |
| netsnmp_mib_handler * | handler |
| handler details |
|
| int | modes |
| int | priority |
| more optional stuff |
|
| int | range_subid |
| oid | range_ubound |
| int | timeout |
| int | global_cacheid |
| void * | my_reg_void |
| void ptr for registeree |
|
Root registration info.
The variables handlerName, contextName, and rootoid need to be allocated on the heap, when the registration structure is unregistered using unregister_mib_context() the code attempts to free them.
delayed_instance.c, and watched.c.
Definition at line 95 of file agent_handler.h.
NULL = default context.
Definition at line 100 of file agent_handler.h.
handler details
Definition at line 111 of file agent_handler.h.
for mrTable listings, and other uses
Definition at line 98 of file agent_handler.h.
void ptr for registeree
Definition at line 126 of file agent_handler.h.
more optional stuff
Definition at line 117 of file agent_handler.h.
where are we registered at?
Definition at line 105 of file agent_handler.h.
1.6.1
Last modified: Monday, 28-Sep-2009 20:19:10 UTC
For questions regarding web content and site functionality, please write to the net-snmp-users mail list.