summaryrefslogtreecommitdiffstats
path: root/machine/m_freebsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'machine/m_freebsd.c')
-rw-r--r--machine/m_freebsd.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/machine/m_freebsd.c b/machine/m_freebsd.c
index 4f78043..8e20b6a 100644
--- a/machine/m_freebsd.c
+++ b/machine/m_freebsd.c
@@ -1208,3 +1208,10 @@ topproccmp(struct pg_proc *e1, struct pg_proc *e2)
{
return (e1->pid < e2->pid ? -1 : e1->pid > e2->pid);
}
+void
+
+get_io_info(struct io_info *io_info)
+{
+ /* Not supported yet */
+ memset(io_info, 0, sizeof(*io_info));
+}