expErrorTable.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:expErrorTable.h
  7.  *File Description: head file.
  8.  *
  9.  *Current Version:1.0
  10.  *Author:JianShun Tong
  11.  *Date:2004.8.20
  12.  */
  13. /*
  14.  * This file was generated by mib2c and is intended for use as a mib module
  15.  * for the ucd-snmp snmpd agent. 
  16.  */
  17. #ifndef _MIBGROUP_EXPERRORTALBE_H
  18. #define _MIBGROUP_EXPERRORTALBE_H
  19. /*
  20.  * we may use header_complex from the header_complex module 
  21.  */
  22. config_require(header_complex)
  23.      struct expErrorTable_data {
  24.          unsigned long   expErrorTime;
  25.          long            expErrorIndex;
  26.          long            expErrorCode;
  27.          oid            *expErrorInstance;
  28.          size_t          expErrorInstanceLen;
  29.      };
  30.     /*
  31.      * function prototypes 
  32.      */
  33.      void            init_expErrorTable(void);
  34.      FindVarMethod   var_expErrorTable;
  35. #endif                          /* _MIBGROUP_EXPERRORTALBE_H */