From: Peter Krempa Date: Mon, 15 Sep 2014 15:13:24 +0000 (+0200) Subject: lib: De-duplicate stats group documentation for all stats functions X-Git-Tag: CVE-2014-3633~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7dd3d9b46d3f0cbc22a637e30d932f94dc44a11;p=thirdparty%2Flibvirt.git lib: De-duplicate stats group documentation for all stats functions State that full stats for the stats groups are available in the virConnectGetAllDomainStats documentation section rather than duplicating the docs. --- diff --git a/src/libvirt.c b/src/libvirt.c index 49715bb8d4..92f4c217b5 100644 --- a/src/libvirt.c +++ b/src/libvirt.c @@ -21734,14 +21734,8 @@ virConnectGetAllDomainStats(virConnectPtr conn, * followed by a group specific description of the statistic value. * * The statistic groups are enabled using the @stats parameter which is a - * binary-OR of enum virDomainStatsTypes. The following groups are available - * (although not necessarily implemented for each hypervisor): - * - * VIR_DOMAIN_STATS_STATE: Return domain state and reason for entering that - * state. The typed parameter keys are in this format: - * "state.state" - state of the VM, returned as int from virDomainState enum - * "state.reason" - reason for entering given state, returned as int from - * virDomain*Reason enum corresponding to given state. + * binary-OR of enum virDomainStatsTypes. The stats groups are documented + * in virConnectGetAllDomainStats. * * Using 0 for @stats returns all stats groups supported by the given * hypervisor.