mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
vz: minor cleanup
remove unnecessary vzConnectClose prototype and make local structure vzDomainDefParserConfig be static Signed-off-by: Maxim Nestratov <mnestratov@virtuozzo.com>
This commit is contained in:
parent
52616fc5db
commit
6e4cb1eaef
@ -62,7 +62,6 @@ VIR_LOG_INIT("parallels.parallels_driver");
|
||||
|
||||
#define PRLCTL "prlctl"
|
||||
|
||||
static int vzConnectClose(virConnectPtr conn);
|
||||
static virClassPtr vzDriverClass;
|
||||
|
||||
static virMutex vz_driver_lock;
|
||||
@ -267,7 +266,7 @@ vzDomainDeviceDefPostParse(virDomainDeviceDefPtr dev,
|
||||
}
|
||||
|
||||
|
||||
virDomainDefParserConfig vzDomainDefParserConfig = {
|
||||
static virDomainDefParserConfig vzDomainDefParserConfig = {
|
||||
.macPrefix = {0x42, 0x1C, 0x00},
|
||||
.devicesPostParseCallback = vzDomainDeviceDefPostParse,
|
||||
.domainPostParseCallback = vzDomainDefPostParse,
|
||||
|
Loading…
x
Reference in New Issue
Block a user