[libvirt PATCH v2 11/51] conf: Use virTristateXXX in virDomainDef

Tim Wiederhake posted 51 patches 4 years, 10 months ago
There is a newer version of this series
[libvirt PATCH v2 11/51] conf: Use virTristateXXX in virDomainDef
Posted by Tim Wiederhake 4 years, 10 months ago
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
---
 src/conf/domain_conf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/conf/domain_conf.h b/src/conf/domain_conf.h
index d6ca5e9725..25af058241 100644
--- a/src/conf/domain_conf.h
+++ b/src/conf/domain_conf.h
@@ -2755,7 +2755,7 @@ struct _virDomainDef {
     virDomainHPTResizing hpt_resizing;
     unsigned long long hpt_maxpagesize; /* Stored in KiB */
     char *hyperv_vendor_id;
-    int apic_eoi;
+    virTristateSwitch apic_eoi;
 
     bool tseg_specified;
     unsigned long long tseg_size;
-- 
2.26.2