1fi_version(3)                  Libfabric v1.6.1                  fi_version(3)
2
3
4

NAME

6       fi_version - Version of the library interfaces
7

SYNOPSIS

9              #include <rdma/fabric.h>
10
11              uint32_t fi_version(void);
12
13              FI_MAJOR(version)
14
15              FI_MINOR(version)
16

DESCRIPTION

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

NOTES

23       The library may support older versions of the interfaces.
24

RETURN VALUE

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

SEE ALSO

31       fabric(7), fi_getinfo(3)
32

AUTHORS

34       OpenFabrics.
35
36
37
38Libfabric Programmer's Manual     2016-02-28                     fi_version(3)
Impressum