summaryrefslogtreecommitdiff
path: root/usr.sbin/ldomctl/ldomctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ldomctl/ldomctl.h')
-rw-r--r--usr.sbin/ldomctl/ldomctl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ldomctl/ldomctl.h b/usr.sbin/ldomctl/ldomctl.h
index 47545fd9786..a6dd1e688dc 100644
--- a/usr.sbin/ldomctl/ldomctl.h
+++ b/usr.sbin/ldomctl/ldomctl.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ldomctl.h,v 1.13 2020/02/20 20:38:44 kn Exp $ */
+/* $OpenBSD: ldomctl.h,v 1.14 2020/02/21 19:39:28 kn Exp $ */
/*
* Copyright (c) 2012 Mark Kettenis
@@ -165,6 +165,7 @@ struct vnet {
SIMPLEQ_ENTRY(vnet) entry;
uint64_t mac_addr;
uint64_t mtu;
+ const char *devalias;
};
struct var {