On 05/13/14 15:44, Jiri Denemark wrote:
If job queue is full or waiting for a job times out, the function
returns -2 so that it can be handled in a different way by callers.
The change is safe since all existing callers of
There's just one :)
qemuDomainObjBeginNestedJob check the return value to be less than
zero.
Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com>
---
src/qemu/qemu_domain.c | 29 ++++++++++++++++++++---------
1 file changed, 20 insertions(+), 9 deletions(-)
ACK,
Peter