]> xenbits.xensource.com Git - libvirt.git/commitdiff
libvirt.c: Update outdated description of flags
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 28 Jul 2011 08:23:45 +0000 (10:23 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 28 Jul 2011 08:23:45 +0000 (10:23 +0200)
Because we do support flags for virDomainSetBlkioParameters and
virDomainGetBlkioParameters, update appropriate description as well.

src/libvirt.c

index eeaf0b61458918c8b241fb2327fe2b50c910b11b..941cb478ac87ac35927e6512e6154d2bafcb956b 100644 (file)
@@ -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.