]> xenbits.xensource.com Git - libvirt.git/commit
parallels: remove connection wide wait timeout
authorNikolay Shirokovskiy <nshirokovskiy@parallels.com>
Wed, 13 May 2015 14:23:00 +0000 (17:23 +0300)
committerDmitry Guryanov <dguryanov@parallels.com>
Wed, 13 May 2015 15:41:55 +0000 (18:41 +0300)
commit2f1f28885a1104626e1fef741f8a564767541440
tree34c52dc72e47f18d14291cf4d207f5f385ae7ade
parent7eb5b4bf6fb676ba0b67dc23504564ed0aeb6094
parallels: remove connection wide wait timeout

We have a lot of passing arguments code just to pass connection
object cause it holds jobTimeout. Taking into account that
right now this value is defined at compile time let's just
get rid of it and make arguments list more clear in many
places.

In case we later need some runtime configurable timeout
value we can provide this value through arguments
function already operate such as a parallels domain
object etc as this timeouts are operation( and thus
object) specific in practice.

Signed-off-by: Nikolay Shirokovskiy <nshirokovskiy@parallels.com>
src/parallels/parallels_driver.c
src/parallels/parallels_sdk.c
src/parallels/parallels_sdk.h
src/parallels/parallels_utils.h