SuccessChanges

Summary

  1. helpers.h: fix missing MemCache in get_next_child() (details)
  2. helper.h: move type/kind section above others (details)
  3. helpers.h: cleanup get_next_child() (details)
Commit 0e54376b4c503754414482cf70fdd63de01bb564 by brice.goglin
helpers.h: fix missing MemCache in get_next_child()

This function would infinitely loop between a NUMANode and its MemCache parent
instead of moving to IO/Misc children.

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedinclude/hwloc/helper.h (diff)
Commit 3b031dc12169603d1bef263d3fe6e3b951283b36 by brice.goglin
helper.h: move type/kind section above others

We'll need it in others.

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedinclude/hwloc/helper.h (diff)
Commit 92dd80488c44ea2813ac4a205888694025a3a56f by brice.goglin
helpers.h: cleanup get_next_child()

Use hwloc_obj_type_is_*() instead of hardwiring list of types.

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedinclude/hwloc/helper.h (diff)