.\" 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_EVENT_HANDLER" "9" "09 October 2005" "" ""
.SH NAME
ib_register_event_handler \- Register an IB event handler
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int ib_register_event_handler (struct ib_event_handler * \fIevent_handler\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIevent_handler\fB\fR
Handler to register
.SH "DESCRIPTION"
.PP
\fBib_register_event_handler\fR registers an event handler that will be
called back when asynchronous IB events occur (as defined in
chapter 11 of the InfiniBand Architecture Specification). This
callback may occur in interrupt context.