summaryrefslogtreecommitdiff
path: root/agent/mibgroup/host/hrh_filesys.h
blob: 568917e0964d047586e44698dcab98673ad5048e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 *  Host Resources MIB - file system device group interface (HAL rewrite) - hrh_filesys.h
 *
 */
#ifndef _MIBGROUP_HRFSYS_H
#define _MIBGROUP_HRFSYS_H

extern void     init_hrh_filesys(void);
extern void     Init_HR_FileSys(void);
extern FindVarMethod var_hrhfilesys;
extern int      Get_Next_HR_FileSys(void);
extern int      Check_HR_FileSys_NFS(void);

extern int      Get_FSIndex(char *);
extern long     Get_FSSize(char *);     /* Temporary */

config_exclude( host/hr_filesys )

#endif                          /* _MIBGROUP_HRFSYS_H */