mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-06 10:44:01 +00:00
[common] cpuinfo: add sockets to interface
This commit is contained in:
@@ -613,7 +613,7 @@ static bool newKVMFRData(KVMFRUserData * dst)
|
||||
return false;
|
||||
|
||||
int cpus, cores;
|
||||
if (lgCPUInfo(model, 1024, &cpus, &cores))
|
||||
if (lgCPUInfo(model, 1024, &cpus, &cores, NULL))
|
||||
{
|
||||
vmInfo->cpus = cpus;
|
||||
vmInfo->cores = cores;
|
||||
|
Reference in New Issue
Block a user