Re: [libvirt] [PATCH v2 10/10] vz: change vzConnectIsAlive behavior

2016-04-12 Thread Nikolay Shirokovskiy
On 07.04.2016 23:10, Maxim Nestratov wrote: > Now it detects if a connection to vz dispatcher is up or not by > comparing current driver to connection stored pointer. > > Signed-off-by: Maxim Nestratov > --- > src/vz/vz_driver.c | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > >

[libvirt] [PATCH v2 10/10] vz: change vzConnectIsAlive behavior

2016-04-07 Thread Maxim Nestratov
Now it detects if a connection to vz dispatcher is up or not by comparing current driver to connection stored pointer. Signed-off-by: Maxim Nestratov --- src/vz/vz_driver.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/vz/vz_driver.c b/src/vz/vz_driver.c index b3ce