.\" 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 "TRANSPORT_CLASS_REGISTER" "9" "09 October 2005" "" ""
.SH NAME
transport_class_register \- register an initial transport class
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int transport_class_register (struct transport_class * \fItclass\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fItclass\fB\fR
a pointer to the transport class structure to be initialised
.SH "DESCRIPTION"
.PP
The transport class contains an embedded class which is used to
identify it. The caller should initialise this structure with
zeros and then generic class must have been initialised with the
actual transport class unique name. There's a macro
\fBDECLARE_TRANSPORT_CLASS\fR to do this (declared classes still must
be registered).
.PP
Returns 0 on success or error on failure.
.SH "DESCRIPTION"
.PP
The transport class contains an embedded class which is used to
identify it. The caller should initialise this structure with
zeros and then generic class must have been initialised with the
actual transport class unique name. There's a macro
\fBDECLARE_TRANSPORT_CLASS\fR to do this (declared classes still must
be registered).
.PP
Returns 0 on success or error on failure.