From f162a229e766665b1e8449435056e6c5e743223f Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Fri, 18 Oct 2013 14:53:49 +0200 Subject: [PATCH] caps: Fix function docs for virCapabilitiesAddHostNUMACell --- src/conf/capabilities.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conf/capabilities.c b/src/conf/capabilities.c index 1eb5e3aa0b..2b3166ff08 100644 --- a/src/conf/capabilities.c +++ b/src/conf/capabilities.c @@ -276,6 +276,7 @@ virCapabilitiesAddHostMigrateTransport(virCapsPtr caps, * @caps: capabilities to extend * @num: ID number of NUMA 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 * * Registers a new NUMA cell for a host, passing in a -- GitLab