[libvirt] [PATCH 1/6] Add new API virDomainStreamDisk[Info] to header and drivers

Stefan Hajnoczi stefanha at linux.vnet.ibm.com
Tue May 3 15:13:28 UTC 2011


On Mon, May 02, 2011 at 04:29:49PM -0500, Adam Litke wrote:
>     typedef enum {
>          /* If set, virDomainBlockAllocate() will return immediately
>           * allowing polling for operation completion & status
>           */
>          VIR_DOMAIN_DISK_STREAM_NONBLOCK,
>      } virDomainBlockStreamFlags;

There are mentions of "allocate" which are no longer true in your latest
API proposal:
s/virDomainBlockAllocate/virDomainBlockStream/
s/virDomainBlockAllocateFlags/virDomainBlockStreamFlags/

Stefan



More information about the libvir-list mailing list