null.h

来自「snmp的源代码,已经在我的ubuntu下编译通过」· C头文件 代码 · 共 27 行

H
27
字号
#ifndef AGENT_NULL_H#define AGENT_NULL_H#ifdef __cplusplusextern          "C" {#endif/* * null.h  *//* * literally does nothing and is used as a final handler for * "do-nothing" nodes that must exist solely for mib tree storage * usage.. */int      netsnmp_register_null(oid *, size_t);int      netsnmp_register_null_context(oid *, size_t, const char *contextName);Netsnmp_Node_Handler netsnmp_null_handler;#ifdef __cplusplus}#endif#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?