From 94157da6018fcc240e869f7a79406a58e24793f1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Bosdonnat?= Date: Wed, 23 Jul 2014 16:21:59 +0200 Subject: [PATCH] Documented VIR_DOMAIN_FEATURE_CAPABILITIES use of virDomainCapabilitesPolicy --- src/conf/domain_conf.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/conf/domain_conf.h b/src/conf/domain_conf.h index 623ca80528..45c8552ce7 100644 --- a/src/conf/domain_conf.h +++ b/src/conf/domain_conf.h @@ -1872,7 +1872,9 @@ struct _virDomainDef { virDomainOSDef os; char *emulator; - /* These three options are of type virTristateSwitch */ + /* These three options are of type virTristateSwitch, + * except VIR_DOMAIN_FEATURE_CAPABILITIES that is of type + * virDomainCapabilitiesPolicy */ int features[VIR_DOMAIN_FEATURE_LAST]; int apic_eoi; int hyperv_features[VIR_DOMAIN_HYPERV_LAST]; -- 2.39.5