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

« back to all changes in this revision

Viewing changes to agent/mibgroup/host/hr_storage.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
 *  Host Resources MIB - storage group interface - hr_system.h
 
3
 *
 
4
 */
 
5
#ifndef _MIBGROUP_HRSTORAGE_H
 
6
#define _MIBGROUP_HRSTORAGE_H
 
7
 
 
8
extern void     init_hr_storage(void);
 
9
extern FindVarMethod var_hrstore;
 
10
 
 
11
 
 
12
#define HRS_TYPE_MBUF           1
 
13
#define HRS_TYPE_MEM            2
 
14
#define HRS_TYPE_SWAP           3
 
15
#define HRS_TYPE_FIXED_MAX      3     /* the largest fixed type */
 
16
 
 
17
#endif                          /* _MIBGROUP_HRSTORAGE_H */