1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2024-12-27 07:22:07 +03:00

caps: Fix function docs for virCapabilitiesAddHostNUMACell

This commit is contained in:
Peter Krempa 2013-10-18 14:53:49 +02:00
parent 15ca990229
commit f162a229e7

View File

@ -276,6 +276,7 @@ virCapabilitiesAddHostMigrateTransport(virCapsPtr caps,
* @caps: capabilities to extend * @caps: capabilities to extend
* @num: ID number of NUMA cell * @num: ID number of NUMA cell
* @ncpus: number of CPUs in cell * @ncpus: number of CPUs in cell
* @mem: Total size of memory in the NUMA node (in KiB)
* @cpus: array of CPU definition structures, the pointer is stolen * @cpus: array of CPU definition structures, the pointer is stolen
* *
* Registers a new NUMA cell for a host, passing in a * Registers a new NUMA cell for a host, passing in a