transport_class_register(9) centos man page | unix.com

Man Page: transport_class_register

Operating Environment: centos

Section: 9

TRANSPORT_CLASS_REGI(9) 				   Device drivers infrastructure				   TRANSPORT_CLASS_REGI(9)

NAME
transport_class_register - register an initial transport class
SYNOPSIS
int transport_class_register(struct transport_class * tclass);
ARGUMENTS
tclass a pointer to the transport class structure to be initialised
DESCRIPTION
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 DECLARE_TRANSPORT_CLASS to do this (declared classes still must be registered). Returns 0 on success or error on failure.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 TRANSPORT_CLASS_REGI(9)
Related Man Pages
device_create(9) - centos
device_create_vargs(9) - centos
device_create_with_groups(9) - centos
device_create(9) - suse
soap::wsdl::factory::transport(3pm) - debian
Similar Topics in the Unix Linux Community
Weird 'find' results
Docker learning Phase-I
Shopt -s histappend
Unsure why access time on a directory change isn't changing
[TIP] Processing YAML files with yq