Go to the source code of this file.
Functions | |
| int | register_null (oid *, size_t) |
Variables | |
| NodeHandler | null_handler |
|
||||||||||||
|
Definition at line 19 of file null.c. Referenced by setup_tree().
00019 {
00020 handler_registration *reginfo;
00021 reginfo = SNMP_MALLOC_TYPEDEF(handler_registration);
00022 reginfo->handlerName = strdup("");
00023 reginfo->rootoid = loc;
00024 reginfo->rootoid_len = loc_len;
00025 reginfo->handler = create_handler("null", null_handler);
00026 return register_handler(reginfo);
00027 }
|
|
|
|
1.2.11 written by Dimitri van Heesch,
© 1997-2001
[an error occurred while processing this directive]
[an error occurred while processing this directive]
Last modified: Wednesday, 01-Aug-2018 04:41:28 UTC
For questions regarding web content and site functionality, please write to the net-snmp-users mail list.