.\" Automatically generated by Pandoc 3.1.3 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .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 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 , Hal Rosenstock