Re: [libvirt] [PATCH v2 09/10] vz: minor cleanup

2016-04-12 Thread Nikolay Shirokovskiy
On 07.04.2016 23:10, Maxim Nestratov wrote: > remove unnecessary vzConnectClose prototype and make > local structure vzDomainDefParserConfig be static > > Signed-off-by: Maxim Nestratov > --- > src/vz/vz_driver.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/src/v

[libvirt] [PATCH v2 09/10] vz: minor cleanup

2016-04-07 Thread Maxim Nestratov
remove unnecessary vzConnectClose prototype and make local structure vzDomainDefParserConfig be static Signed-off-by: Maxim Nestratov --- src/vz/vz_driver.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/vz/vz_driver.c b/src/vz/vz_driver.c index 50da2fe..b3ce404 100644