summaryrefslogtreecommitdiff
path: root/agent/mibgroup/disman/expression/expErrorTable.h
blob: 539915934b25c62190cd3a28662aa02ba3a2cde6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/*
 *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 */