Constant hwlocality_sys::HWLOC_OBJ_MISC
source · pub const HWLOC_OBJ_MISC: hwloc_obj_type_t = 17;Expand description
Miscellaneous object (filtered out by default)
Objects without particular meaning, that can e.g. be added by the application for its own use, or by hwloc for miscellaneous objects such as memory modules (DIMMs).
They are not added to the topology unless their filtering is
changed (see hwloc_topology_set_type_filter()).
Misc objects have no CPU and node sets, and may only have other Misc objects
as children. They are not part of the main children list, but rather reside
in the dedicated Misc children list. They have NULL CPU and node sets.
They also have a special depth HWLOC_TYPE_DEPTH_MISC instead of a normal
depth just like other objects in the main tree.