experrortable.h
来自「开发snmp的开发包有两个开放的SNMP开发库」· C头文件 代码 · 共 50 行
H
50 行
/* *Copyright(c)2004,Cisco URP imburses and Network Information Center in Beijing University of Posts and Telecommunications researches. * *All right reserved * *File Name:expErrorTable.h *File Description: head file. * *Current Version:1.0 *Author:JianShun Tong *Date:2004.8.20 *//* * This file was generated by mib2c and is intended for use as a mib module * for the ucd-snmp snmpd agent. */#ifndef _MIBGROUP_EXPERRORTALBE_H#define _MIBGROUP_EXPERRORTALBE_H/* * we may use header_complex from the header_complex module */config_require(header_complex) struct expErrorTable_data { unsigned long expErrorTime; long expErrorIndex; long expErrorCode; oid *expErrorInstance; size_t expErrorInstanceLen; }; /* * function prototypes */ void init_expErrorTable(void); FindVarMethod var_expErrorTable;#endif /* _MIBGROUP_EXPERRORTALBE_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?