
3 May
2011
3 May
'11
5:13 p.m.
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