summaryrefslogtreecommitdiff
path: root/agent/mibgroup/host/hrh_filesys.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/mibgroup/host/hrh_filesys.h')
-rw-r--r--agent/mibgroup/host/hrh_filesys.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/agent/mibgroup/host/hrh_filesys.h b/agent/mibgroup/host/hrh_filesys.h
new file mode 100644
index 0000000..568917e
--- /dev/null
+++ b/agent/mibgroup/host/hrh_filesys.h
@@ -0,0 +1,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 */