Re: [libvirt] [PATCH RESEND] vz: make more accurate closing connection to sdk

2017-02-26 Thread Nikolay Shirokovskiy
On 23.02.2017 12:08, Michal Privoznik wrote: > On 02/03/2017 08:01 AM, Nikolay Shirokovskiy wrote: >> Current code for example can call unsubscribe if connection >> succeeds but subscribing fails. This will probabaly lead >> only to spurious error messages without any actual inconsistencies >>

Re: [libvirt] [PATCH RESEND] vz: make more accurate closing connection to sdk

2017-02-23 Thread Michal Privoznik
On 02/03/2017 08:01 AM, Nikolay Shirokovskiy wrote: > Current code for example can call unsubscribe if connection > succeeds but subscribing fails. This will probabaly lead > only to spurious error messages without any actual inconsistencies > but nevertheless. > --- > src/vz/vz_driver.c | 9

[libvirt] [PATCH RESEND] vz: make more accurate closing connection to sdk

2017-02-02 Thread Nikolay Shirokovskiy
Current code for example can call unsubscribe if connection succeeds but subscribing fails. This will probabaly lead only to spurious error messages without any actual inconsistencies but nevertheless. --- src/vz/vz_driver.c | 9 ++-- src/vz/vz_sdk.c| 65