~ubuntu-branches/debian/lenny/net-snmp/lenny

« back to all changes in this revision

Viewing changes to agent/mibgroup/disman/event/mteScalars.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-05-10 22:20:23 UTC
  • Revision ID: james.westby@ubuntu.com-20070510222023-3fr07xb9i17xvq32
Tags: upstream-5.3.1
ImportĀ upstreamĀ versionĀ 5.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef MTESCALARS_H
 
2
#define MTESCALARS_H
 
3
 
 
4
void            init_mteScalars(void);
 
5
Netsnmp_Node_Handler handle_mteResourceGroup;
 
6
Netsnmp_Node_Handler handle_mteTriggerFailures;
 
7
 
 
8
#define MTE_RESOURCE_SAMPLE_MINFREQ             1
 
9
#define MTE_RESOURCE_SAMPLE_MAX_INST            2
 
10
#define MTE_RESOURCE_SAMPLE_INSTANCES           3
 
11
#define MTE_RESOURCE_SAMPLE_HIGH                4
 
12
#define MTE_RESOURCE_SAMPLE_LACKS               5
 
13
 
 
14
#endif                          /* MTESCALARS_H */