mirror of
https://github.com/xzeldon/htop.git
synced 2025-04-05 19:07:06 +03:00
check return of topoErr
This commit is contained in:
parent
30bafafb24
commit
3fbd1ef76d
@ -224,6 +224,8 @@ ProcessList* ProcessList_new(UsersTable* usersTable, Hashtable* pidWhiteList) {
|
|||||||
int topoErr = hwloc_topology_init(&this->topology);
|
int topoErr = hwloc_topology_init(&this->topology);
|
||||||
if (topoErr == 0) {
|
if (topoErr == 0) {
|
||||||
topoErr = hwloc_topology_load(this->topology);
|
topoErr = hwloc_topology_load(this->topology);
|
||||||
|
}
|
||||||
|
if (topoErr == 0) {
|
||||||
this->topologyOk = true;
|
this->topologyOk = true;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user