snmp的源代码,已经在我的ubuntu下编译通过

源代码在线查看: null.h

软件大小: 3780 K
上传用户: hudun2006
关键词: ubuntu snmp 源代码 下编译
下载地址: 免注册下载 普通下载 VIP

相关代码

				#ifndef AGENT_NULL_H				#define AGENT_NULL_H								#ifdef __cplusplus				extern          "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							

相关资源