logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fi_version - Version of the library interfaces

Authors

       OpenFabrics.

Libfabric Programmer’s Manual                      2024-12-10                                      fi_version(3)

Description

       This  call  returns  the current version of the library interfaces.  The version includes major and minor
       numbers.  These may be extracted from the returned value using the FI_MAJOR() and FI_MINOR() macros.

Name

       fi_version - Version of the library interfaces

Notes

       The library may support older versions of the interfaces.

Return Value

       Returns the current library version.  The upper 16-bits of the version correspond to  the  major  number,
       and the lower 16-bits correspond with the minor number.

See Also

fabric(7), fi_getinfo(3)

Synopsis

              #include <rdma/fabric.h>

              uint32_t fi_version(void);

              FI_MAJOR(version)

              FI_MINOR(version)

See Also