summaryrefslogtreecommitdiff
path: root/agent/mibgroup/ucd-snmp/vmstat_freebsd2.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/mibgroup/ucd-snmp/vmstat_freebsd2.h')
-rw-r--r--agent/mibgroup/ucd-snmp/vmstat_freebsd2.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/agent/mibgroup/ucd-snmp/vmstat_freebsd2.h b/agent/mibgroup/ucd-snmp/vmstat_freebsd2.h
new file mode 100644
index 0000000..26b44b6
--- /dev/null
+++ b/agent/mibgroup/ucd-snmp/vmstat_freebsd2.h
@@ -0,0 +1,14 @@
+/*
+ * vmstat mib groups
+ *
+ */
+#ifndef _MIBGROUP_VMSTAT_FREEBSD2_H
+#define _MIBGROUP_VMSTAT_FREEBSD2_H
+
+config_require(util_funcs/header_generic)
+
+#include "mibdefs.h"
+
+void init_vmstat_freebsd2(void);
+
+#endif /* _MIBGROUP_VMSTAT_FREEBSD2_H */