.\" 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_SET_CLIENT_DATA" "9" "09 October 2005" "" ""
.SH NAME
ib_set_client_data \- Get IB client context
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void ib_set_client_data (struct ib_device * \fIdevice\fB, struct ib_client * \fIclient\fB, void * \fIdata\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdevice\fB\fR
Device to set context for
.TP
\fB\fIclient\fB\fR
Client to set context for
.TP
\fB\fIdata\fB\fR
Context to set
.SH "DESCRIPTION"
.PP
\fBib_set_client_data\fR sets client context that can be retrieved with
\fBib_get_client_data\fR\&.