.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "IB_REGISTER_CLIENT" "9" "09 October 2005" "" ""
.SH NAME
ib_register_client \- Register an IB client
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int ib_register_client (struct ib_client * \fIclient\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIclient\fB\fR
Client to register
.SH "DESCRIPTION"
.PP
Upper level users of the IB drivers can use \fBib_register_client\fR to
register callbacks for IB device addition and removal. When an IB
device is added, each registered client's add method will be called
(in the order the clients were registered), and when a device is
removed, each client's remove method will be called (in the reverse
order that clients were registered). In addition, when
\fBib_register_client\fR is called, the client will receive an add
callback for all devices already registered.