Hardware Locality (hwloc)
1.7.2
|
#include <plugins.h>
Data Fields | |
unsigned | abi |
hwloc_component_type_t | type |
unsigned long | flags |
void * | data |
Generic component structure.
Generic components structure, either statically listed by configure in static-components.h or dynamically loaded as a plugin.
unsigned hwloc_component::abi |
Component ABI version, set to HWLOC_COMPONENT_ABI.
void* hwloc_component::data |
Component data, pointing to a struct hwloc_disc_component or struct hwloc_xml_component.
unsigned long hwloc_component::flags |
Component flags, unused for now.
hwloc_component_type_t hwloc_component::type |
Component type.