Re: [Qemu-devel] [PATCH v2 06/11] block: add refcount to Job object

2015-04-17 Thread Max Reitz
On 27.03.2015 20:20, John Snow wrote: If we want to get at the job after the life of the job, we'll need a refcount for this object. This may occur for example if we wish to inspect the actions taken by a particular job after a transactional group of jobs runs, and further actions are required.

[Qemu-devel] [PATCH v2 06/11] block: add refcount to Job object

2015-03-27 Thread John Snow
If we want to get at the job after the life of the job, we'll need a refcount for this object. This may occur for example if we wish to inspect the actions taken by a particular job after a transactional group of jobs runs, and further actions are required. Signed-off-by: John Snow --- blockjob