From: Michal Privoznik Date: Thu, 28 Jul 2011 08:23:45 +0000 (+0200) Subject: libvirt.c: Update outdated description of flags X-Git-Tag: v0.9.4-rc2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=867e75198259da5601a48d4a2071827db7285025;p=thirdparty%2Flibvirt.git libvirt.c: Update outdated description of flags Because we do support flags for virDomainSetBlkioParameters and virDomainGetBlkioParameters, update appropriate description as well. --- diff --git a/src/libvirt.c b/src/libvirt.c index eeaf0b6145..941cb478ac 100644 --- a/src/libvirt.c +++ b/src/libvirt.c @@ -3461,7 +3461,7 @@ error: * @params: pointer to blkio parameter objects * @nparams: number of blkio parameters (this value can be the same or * less than the number of parameters supported) - * @flags: currently unused, for future extension + * @flags: an OR'ed set of virDomainModificationImpact * * Change all or a subset of the blkio tunables. * This function requires privileged access to the hypervisor. @@ -3516,7 +3516,7 @@ error: * @params: pointer to blkio parameter object * (return value, allocated by the caller) * @nparams: pointer to number of blkio parameters - * @flags: currently unused, for future extension + * @flags: an OR'ed set of virDomainModificationImpact * * Get all blkio parameters, the @params array will be filled with the values * equal to the number of parameters suggested by @nparams.