]> git.ipfire.org Git - thirdparty/libvirt.git/commit
parallels: return PRL_RESULT from waitJob and getJobResult
authorDmitry Guryanov <dguryanov@parallels.com>
Mon, 1 Dec 2014 15:38:59 +0000 (18:38 +0300)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 9 Dec 2014 18:42:04 +0000 (19:42 +0100)
commit1679883a45bd84001d950d084429af1073971d05
treec92784f72860827817a4a673cecbbc2eb55a331d
parent7cbb50e9129e90aa0bfdff64f3f2a6b79313e116
parallels: return PRL_RESULT from waitJob and getJobResult

Return error code, returned by parallels SDK from
waitJob and getJobResult, so that caller can handle
different errors.

Signed-off-by: Dmitry Guryanov <dguryanov@parallels.com>
src/parallels/parallels_sdk.c