manpagez: man pages & more
man hwloc_get_api_version(3)
Home | html | info | man
hwlocality_api_version(3)  Library Functions Manual  hwlocality_api_version(3)


NAME

       hwlocality_api_version - API version


SYNOPSIS

   Macros
       #define HWLOC_API_VERSION   0x00020b00
       #define HWLOC_COMPONENT_ABI   7

   Functions
       unsigned hwloc_get_api_version (void)


Detailed Description


Macro Definition Documentation

   #define HWLOC_API_VERSION   0x00020b00
       Indicate at build time which hwloc API version is being used. This
       number is updated to (X<<16)+(Y<<8)+Z when a new release X.Y.Z actually
       modifies the API.

       Users may check for available features at build time using this number
       (see How do I handle API changes?).

       Note
           This should not be confused with HWLOC_VERSION, the library
           version. Two stable releases of the same series usually have the
           same HWLOC_API_VERSION even if their HWLOC_VERSION are different.

   #define HWLOC_COMPONENT_ABI   7
       Current component and plugin ABI version (see hwloc/plugins.h)


Function Documentation

   unsigned hwloc_get_api_version (void)
       Indicate at runtime which hwloc API version was used at build time.
       Should be HWLOC_API_VERSION if running on the same version.

       Returns
           the build-time version number.


Author

       Generated automatically by Doxygen for Hardware Locality (hwloc) from
       the source code.

Hardware Locality (hwloc)       Version 2.11.0       hwlocality_api_version(3)

hwloc 2.11.0 - Generated Fri Jun 28 07:38:40 CDT 2024
© manpagez.com 2000-2024
Individual documents may contain additional copyright information.