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

Data Structures

struct  hwloc_component
 Generic component structure. More...

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.