1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
.\" Automatically generated by Pandoc 2.9.2.1
.\"
.TH "UMAD_INIT" "3" "May 21, 2007" "OpenIB" "OpenIB Programmer\[cq]s Manual"
.hy
.SH NAME
.PP
umad_init, umad_done - perform library initialization and finalization
.SH SYNOPSIS
.IP
.nf
\f[C]
#include <infiniband/umad.h>
int umad_init(void);
int umad_done(void);
\f[R]
.fi
.SH DESCRIPTION
.PP
\f[B]umad_init()\f[R] and \f[B]umad_done()\f[R] do nothing.
.SH RETURN VALUE
.PP
Always 0.
.SH COMPATIBILITY
.PP
Versions prior to release 18 of the library require
\f[B]umad_init()\f[R] to be called prior to using any other library
functions.
Old versions could return a failure code of -1 from
\f[B]umad_init()\f[R].
.PP
For compatibility, applications should continue to call
\f[B]umad_init()\f[R], and check the return code, prior to calling other
\f[B]umad_\f[R] functions.
If \f[B]umad_init()\f[R] returns an error, then no further use of the
umad library should be attempted.
.SH AUTHORS
.PP
Dotan Barak <dotanb@mellanox.co.il>, Hal Rosenstock <halr@voltaire.com>
|