pingProbeHistoryTable.h
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:1k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. /*
  2.  *Copyright(c)2004,Cisco URP imburses and Network Information Center in Beijing University of Posts and Telecommunications researches.
  3.  *
  4.  *All right reserved
  5.  *
  6.  *File Name:pingProbeHistoryTable.h
  7.  *File Description:The head file of pingProbeHistoryTable.c
  8.  *
  9.  *Current Version:1.0
  10.  *Author:ChenJing
  11.  *Date:2004.8.20
  12.  */
  13. #ifndef PINGPROBEHISTORYTABLE_H
  14. #define PINGPROBEHISTORYTABLE_H
  15. config_require(header_complex);
  16. /*
  17.  * function declarations 
  18.  */
  19. void            init_pingProbeHistoryTable(void);
  20. FindVarMethod   var_pingProbeHistoryTable;
  21. void            parse_pingProbeHistoryTable(const char *, char *);
  22. SNMPCallback    store_pingProbeHistoryTable;
  23. /*
  24.  * column number definitions for table pingProbeHistoryTable 
  25.  */
  26. #define COLUMN_PINGPROBEHISTORYINDEX 1
  27. #define COLUMN_PINGPROBEHISTORYRESPONSE 2
  28. #define COLUMN_PINGPROBEHISTORYSTATUS 3
  29. #define COLUMN_PINGPROBEHISTORYLASTRC 4
  30. #define COLUMN_PINGPROBEHISTORYTIME 5
  31. #endif                          /* PINGPROBEHISTORYTABLE_H */