pingprobehistorytable.h

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

H
37
字号
/* *Copyright(c)2004,Cisco URP imburses and Network Information Center in Beijing University of Posts and Telecommunications researches. * *All right reserved * *File Name:pingProbeHistoryTable.h *File Description:The head file of pingProbeHistoryTable.c * *Current Version:1.0 *Author:ChenJing *Date:2004.8.20 */#ifndef PINGPROBEHISTORYTABLE_H#define PINGPROBEHISTORYTABLE_Hconfig_require(header_complex);/* * function declarations  */void            init_pingProbeHistoryTable(void);FindVarMethod   var_pingProbeHistoryTable;void            parse_pingProbeHistoryTable(const char *, char *);SNMPCallback    store_pingProbeHistoryTable;/* * column number definitions for table pingProbeHistoryTable  */#define COLUMN_PINGPROBEHISTORYINDEX		1#define COLUMN_PINGPROBEHISTORYRESPONSE		2#define COLUMN_PINGPROBEHISTORYSTATUS		3#define COLUMN_PINGPROBEHISTORYLASTRC		4#define COLUMN_PINGPROBEHISTORYTIME		5#endif                          /* PINGPROBEHISTORYTABLE_H */

⌨️ 快捷键说明

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