.\"Generated by db2man.xsl. Don't modify this, modify the source. .de Sh \" Subsection .br .if t .Sp .ne 5 .PP \fB\\$1\fR .PP .. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Ip \" List item .br .ie \\n(.$>=3 .ne \\$3 .el .ne 3 .IP "\\$1" \\$2 .. .TH "ANON_TRANSPORT" 9 "August 2005" "Kernel Hackers Manual" "LINUX" .SH NAME anon_transport_class_register \- register an anonymous class .SH "SYNOPSIS" .ad l .hy 0 .HP 37 int\ \fBanon_transport_class_register\ \fR\ (struct\ anon_transport_class\ *\ \fIatc\fR); .ad .hy .SH "ARGUMENTS" .TP \fIatc\fR The anon transport class to register .SH "DESCRIPTION" .PP The anonymous transport class contains both a transport class and a container\&. The idea of an anonymous class is that it never actually has any device attributes associated with it (and thus saves on container storage)\&. So it can only be used for triggering events\&. Use prezero and then use \fBDECLARE_ANON_TRANSPORT_CLASS\fR to initialise the anon transport class storage\&. .SH "DESCRIPTION" .PP The anonymous transport class contains both a transport class and a container\&. The idea of an anonymous class is that it never actually has any device attributes associated with it (and thus saves on container storage)\&. So it can only be used for triggering events\&. Use prezero and then use \fBDECLARE_ANON_TRANSPORT_CLASS\fR to initialise the anon transport class storage\&.