qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Max Reitz
Subject: Re: [Qemu-block] [PATCH v2 06/11] block: add refcount to Job object
Date: Fri, 17 Apr 2015 17:43:05 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

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.

Signed-off-by: John Snow <address@hidden>
---
  blockjob.c               | 18 ++++++++++++++++--
  include/block/blockjob.h | 21 +++++++++++++++++++++
  2 files changed, 37 insertions(+), 2 deletions(-)

Reviewed-by: Max Reitz <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]