This is the only object that uses it; required for "-fno-common".
OK kettenis
-/* $OpenBSD: ldomctl.h,v 1.14 2020/02/21 19:39:28 kn Exp $ */
+/* $OpenBSD: ldomctl.h,v 1.15 2021/01/30 19:32:44 kn Exp $ */
/*
* Copyright (c) 2012 Mark Kettenis
SIMPLEQ_HEAD(, vnet) vnet_list;
SIMPLEQ_HEAD(, var) var_list;
SIMPLEQ_HEAD(, iodev) iodev_list;
-} *domain;
+};
struct ldom_config {
SIMPLEQ_HEAD(, domain) domain_list;
-/* $OpenBSD: parse.y,v 1.22 2020/09/14 18:09:57 kn Exp $ */
+/* $OpenBSD: parse.y,v 1.23 2021/01/30 19:32:44 kn Exp $ */
/*
* Copyright (c) 2012 Mark Kettenis <kettenis@openbsd.org>
int findeol(void);
struct ldom_config *conf;
+struct domain *domain;
struct vcpu_opts {
uint64_t count;