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

2015-03-17 Thread Max Reitz
On 2015-03-04 at 23:15, 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 require

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

2015-03-04 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