Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 4.8

i386

umad_init(3)


UMAD_INIT

UMAD_INIT

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
NOTES
AUTHORS

NAME

umad_init, umad_done − perform library initialization and finalization

SYNOPSIS

#include <infiniband/umad.h>

int umad_init(void);
int umad_done(void);

DESCRIPTION

umad_init() initializes the umad library for use. Must be called before any other call to this library.

umad_done() finalizes the use of the umad library.

RETURN VALUE

umad_init() and umad_done() return 0 on success, and −1 on error. Error is returned from umad_init() if infiniband umad can´t be opened, or the abi version doesn´t match. There are no errors currently returned by umad_done().

NOTES

If an error occurs during the library initialization, no further use of the umad library should be attempted.

AUTHORS

Hal Rosenstock <halr@voltaire.com>
Dotan Barak <dotanb@mellanox.co.il>



umad_init(3)