Revert "Revert "and added files""
[bcm963xx.git] / userapps / opensource / net-snmp / agent / mibgroup / ucd-snmp / memory.h
1 /*
2  *  memory quantity mib groups
3  *
4  */
5 #ifndef _MIBGROUP_MEMORY_H
6 #define _MIBGROUP_MEMORY_H
7
8 #include "mibdefs.h"
9
10 void            init_memory(void);
11
12 /*
13  * config file parsing routines 
14  */
15 void            memory_parse_config(const char *, char *);
16 void            memory_free_config(void);
17
18 #define MEMTOTALSWAP 3
19 #define MEMAVAILSWAP 4
20 #define MEMTOTALREAL 5
21 #define MEMAVAILREAL 6
22 #define MEMTOTALSWAPTXT 7
23 #define MEMUSEDSWAPTXT 8
24 #define MEMTOTALREALTXT 9
25 #define MEMUSEDREALTXT 10
26 #define MEMTOTALFREE 11
27 #define MEMSWAPMINIMUM 12
28 #define MEMSHARED 13
29 #define MEMBUFFER 14
30 #define MEMCACHED 15
31 #define MEMSWAPERROR 16
32
33 #endif                          /* _MIBGROUP_MEMORY_H */