Hardware Locality (hwloc)  1.7.2
Data Structures | Typedefs | Enumerations
Generic components

Data Structures

struct  hwloc_component
 

Typedefs

typedef enum hwloc_component_type_e hwloc_component_type_t
 

Enumerations

enum  hwloc_component_type_e { HWLOC_COMPONENT_TYPE_DISC, HWLOC_COMPONENT_TYPE_XML }
 

Detailed Description

Typedef Documentation

Generic component type.

Enumeration Type Documentation

Generic component type.

Enumerator
HWLOC_COMPONENT_TYPE_DISC 

The data field must point to a struct hwloc_disc_component.

HWLOC_COMPONENT_TYPE_XML 

The data field must point to a struct hwloc_xml_component.