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 
15 /*
16  * This file was generated by mib2c and is intended for use as a mib module
17  * for the ucd-snmp snmpd agent.
18  */
19 
20 
21 #ifndef _MIBGROUP_EXPERRORTALBE_H
22 #define _MIBGROUP_EXPERRORTALBE_H
23 
24 
25 
26 /*
27  * we may use header_complex from the header_complex module
28  */
29 config_require(header_complex)
30 
31 
32      struct expErrorTable_data {
33 
34          unsigned long   expErrorTime;
35          long            expErrorIndex;
36          long            expErrorCode;
37          oid            *expErrorInstance;
38          size_t          expErrorInstanceLen;
39      };
40 
41     /*
42      * function prototypes
43      */
44      void            init_expErrorTable(void);
45      FindVarMethod   var_expErrorTable;
46 
47 
48 
49 #endif                          /* _MIBGROUP_EXPERRORTALBE_H */
50