~ubuntu-branches/ubuntu/gutsy/net-snmp/gutsy-security

« back to all changes in this revision

Viewing changes to agent/mibgroup/disman/mteTriggerExistenceTable.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2004-09-13 12:06:21 UTC
  • Revision ID: james.westby@ubuntu.com-20040913120621-g952ntonlleihcvm
Tags: upstream-5.1.1
ImportĀ upstreamĀ versionĀ 5.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * This file was generated by mib2c and is intended for use as a mib module
 
3
 * for the ucd-snmp snmpd agent. 
 
4
 */
 
5
 
 
6
 
 
7
#ifndef _MIBGROUP_MTETRIGGEREXISTENCETABLE_H
 
8
#define _MIBGROUP_MTETRIGGEREXISTENCETABLE_H
 
9
 
 
10
 
 
11
/*
 
12
 * we may use header_complex from the header_complex module 
 
13
 */
 
14
 
 
15
 
 
16
config_require(header_complex)
 
17
 
 
18
    /*
 
19
     * enum definitions from the covered mib sections 
 
20
     */
 
21
#define MTETRIGGEREXISTENCETEST_PRESENT          0x80
 
22
#define MTETRIGGEREXISTENCETEST_ABSENT           0x40
 
23
#define MTETRIGGEREXISTENCETEST_CHANGED          0x20
 
24
#define MTETRIGGEREXISTENCESTARTUP_PRESENT       0x80
 
25
#define MTETRIGGEREXISTENCESTARTUP_ABSENT        0x40
 
26
    /*
 
27
     * function prototypes 
 
28
     */
 
29
     void            init_mteTriggerExistenceTable(void);
 
30
     FindVarMethod   var_mteTriggerExistenceTable;
 
31
 
 
32
     WriteMethod     write_mteTriggerExistenceTest;
 
33
     WriteMethod     write_mteTriggerExistenceStartup;
 
34
     WriteMethod     write_mteTriggerExistenceObjectsOwner;
 
35
     WriteMethod     write_mteTriggerExistenceObjects;
 
36
     WriteMethod     write_mteTriggerExistenceEventOwner;
 
37
     WriteMethod     write_mteTriggerExistenceEvent;
 
38
 
 
39
#endif                          /* _MIBGROUP_MTETRIGGEREXISTENCETABLE_H */