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