mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 06:50:22 +03:00
vz: Fix build after recent commit
Function prlsdkGetStatsParam was missing a prototype or the static keyword. I went with static since it built successfully. Pushed as a build breaker fix.
This commit is contained in:
parent
bb7d275d15
commit
d637017f9b
@ -3677,7 +3677,7 @@ prlsdkExtractStatsParam(PRL_HANDLE sdkstats, const char *name, long long *val)
|
||||
|
||||
#define PARALLELS_STATISTICS_TIMEOUT (60 * 1000)
|
||||
|
||||
int
|
||||
static int
|
||||
prlsdkGetStatsParam(virDomainObjPtr dom, const char *name, long long *val)
|
||||
{
|
||||
vzDomObjPtr privdom = dom->privateData;
|
||||
|
Loading…
x
Reference in New Issue
Block a user