Re: [Qemu-devel] [PATCH 5/8] io: add ability to associate an error with a task

2017-01-06 Thread Daniel P. Berrange
On Thu, Jan 05, 2017 at 03:03:08PM -0600, Eric Blake wrote: > On 01/05/2017 10:03 AM, Daniel P. Berrange wrote: > > Currently when a task fails, the error is never explicitly > > associated with the task object, it is just passed along > > through the completion callback. This adds ability to > >

Re: [Qemu-devel] [PATCH 5/8] io: add ability to associate an error with a task

2017-01-05 Thread Eric Blake
On 01/05/2017 10:03 AM, Daniel P. Berrange wrote: > Currently when a task fails, the error is never explicitly > associated with the task object, it is just passed along > through the completion callback. This adds ability to s/adds/adds the/ > explicitly associate an error with the task. > > Si

[Qemu-devel] [PATCH 5/8] io: add ability to associate an error with a task

2017-01-05 Thread Daniel P. Berrange
Currently when a task fails, the error is never explicitly associated with the task object, it is just passed along through the completion callback. This adds ability to explicitly associate an error with the task. Signed-off-by: Daniel P. Berrange --- include/io/task.h | 29