summaryrefslogtreecommitdiff
path: root/agent/mibgroup/disman/mteTriggerExistenceTable.h
blob: 75c64274faea321b97a7da578ca520123f45bbb8 (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
/*
 * This file was generated by mib2c and is intended for use as a mib module
 * for the ucd-snmp snmpd agent. 
 */


#ifndef _MIBGROUP_MTETRIGGEREXISTENCETABLE_H
#define _MIBGROUP_MTETRIGGEREXISTENCETABLE_H


/*
 * we may use header_complex from the header_complex module 
 */


config_require(header_complex)

    /*
     * enum definitions from the covered mib sections 
     */
#define MTETRIGGEREXISTENCETEST_PRESENT          0x80
#define MTETRIGGEREXISTENCETEST_ABSENT           0x40
#define MTETRIGGEREXISTENCETEST_CHANGED          0x20
#define MTETRIGGEREXISTENCESTARTUP_PRESENT       0x80
#define MTETRIGGEREXISTENCESTARTUP_ABSENT        0x40
    /*
     * function prototypes 
     */
     void            init_mteTriggerExistenceTable(void);
     FindVarMethod   var_mteTriggerExistenceTable;

#ifndef NETSNMP_NO_WRITE_SUPPORT
     WriteMethod     write_mteTriggerExistenceTest;
     WriteMethod     write_mteTriggerExistenceStartup;
     WriteMethod     write_mteTriggerExistenceObjectsOwner;
     WriteMethod     write_mteTriggerExistenceObjects;
     WriteMethod     write_mteTriggerExistenceEventOwner;
     WriteMethod     write_mteTriggerExistenceEvent;
#endif /* !NETSNMP_NO_WRITE_SUPPORT */

#endif                          /* _MIBGROUP_MTETRIGGEREXISTENCETABLE_H */