We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2757f commit 713474bCopy full SHA for 713474b
include/hwloc/helper.h
@@ -1217,9 +1217,9 @@ hwloc_distrib_iterator_scatter(hwloc_topology_t topology,
1217
HWLOC_DECLSPEC struct hwloc_distrib_iterator *
1218
hwloc_distrib_build_iterator(hwloc_topology_t topology,
1219
hwloc_obj_t *roots,
1220
- const size_t n_roots,
+ const unsigned n_roots,
1221
const hwloc_obj_type_t *levels,
1222
- const size_t n_levels,
+ const unsigned n_levels,
1223
const unsigned long flags);
1224
1225
/** \brief Free memory allocated for \p it **/
0 commit comments