1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-20 07:59:00 +00:00

libvirt.c: Update outdated description of flags

Because we do support flags for virDomainSetBlkioParameters and
virDomainGetBlkioParameters, update appropriate description as well.
This commit is contained in:
Michal Privoznik 2011-07-28 10:23:45 +02:00
parent 26fdb4173b
commit 867e751982

@ -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.