Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
fi_version(3)			Libfabric v1.15.1		   fi_version(3)

NAME
     fi_version - Version of the library interfaces

SYNOPSIS
	    #include <rdma/fabric.h>

	    uint32_t fi_version(void);

	    FI_MAJOR(version)

	    FI_MINOR(version)

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

NOTES
     The library may support older versions of the interfaces.

RETURN VALUE
     Returns the current library version.  The upper 16-bits of the version cor-
     respond to the major number, and the lower 16-bits correspond with the  mi-
     nor number.

SEE ALSO
     fabric(7), fi_getinfo(3)

AUTHORS
     OpenFabrics.

Libfabric Programmer's Manual	   2021-03-22			   fi_version(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=fi_version&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help