[libvirt PATCH 07/10] virDomainDef: Change type of hyperv_stimer_direct to virTristateSwitch

Tim Wiederhake posted 10 patches 4 years, 9 months ago
There is a newer version of this series
[libvirt PATCH 07/10] virDomainDef: Change type of hyperv_stimer_direct to virTristateSwitch
Posted by Tim Wiederhake 4 years, 9 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 ede80ac322..61f2d10d89 100644
--- a/src/conf/domain_conf.h
+++ b/src/conf/domain_conf.h
@@ -2755,7 +2755,7 @@ struct _virDomainDef {
     int xen_features[VIR_DOMAIN_XEN_LAST];
     int xen_passthrough_mode;
     unsigned int hyperv_spinlocks;
-    int hyperv_stimer_direct;
+    virTristateSwitch hyperv_stimer_direct;
     virGICVersion gic_version;
     virDomainHPTResizing hpt_resizing;
     unsigned long long hpt_maxpagesize; /* Stored in KiB */
-- 
2.26.3