[libvirt] [PATCH 3/3] conf: Change the description of virCapabilitiesDomainDataLookup()

Shivangi Dhir shivangi.dhir.02 at gmail.com
Thu Sep 17 08:46:57 UTC 2015


@domaintype: takes domain type to search for (of enum virDomainVirtType)
since we no longer pass out-of-enum values.
---
 src/conf/capabilities.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/conf/capabilities.c b/src/conf/capabilities.c
index 533c925..b420f9f 100644
--- a/src/conf/capabilities.c
+++ b/src/conf/capabilities.c
@@ -723,7 +723,7 @@ virCapabilitiesDomainDataLookupInternal(virCapsPtr caps,
  * @caps: capabilities to query
  * @ostype: guest operating system type, of enum VIR_DOMAIN_OSTYPE
  * @arch: Architecture to search for
- * @domaintype: domain type to search for, of enum VIR_DOMAIN_VIRT
+ * @domaintype: domain type to search for, of enum virDomainVirtType
  * @emulator: Emulator path to search for
  * @machinetype: Machine type to search for
  *
-- 
1.9.1




More information about the libvir-list mailing list