summaryrefslogtreecommitdiff
path: root/agent/mibgroup/host/hr_network.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/mibgroup/host/hr_network.h')
-rw-r--r--agent/mibgroup/host/hr_network.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/agent/mibgroup/host/hr_network.h b/agent/mibgroup/host/hr_network.h
new file mode 100644
index 0000000..d7bcb48
--- /dev/null
+++ b/agent/mibgroup/host/hr_network.h
@@ -0,0 +1,14 @@
+/*
+ * Host Resources MIB - network device group interface - hr_network.h
+ *
+ */
+#ifndef _MIBGROUP_HRNET_H
+#define _MIBGROUP_HRNET_H
+
+config_require(host/hr_device)
+
+extern void init_hr_network(void);
+extern FindVarMethod var_hrnet;
+
+config_require(host/hr_device mibII/ifTable)
+#endif /* _MIBGROUP_HRNET_H */