IB_REGISTER_CLIENT

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

ib_register_client - Register an IB client  

SYNOPSIS

"SYNOPSIS"

int ib_register_client (struct ib_client * client);  

ARGUMENTS

client
Client to register
 

DESCRIPTION

Upper level users of the IB drivers can use ib_register_client to register callbacks for IB device addition and removal. When an IB device is added, each registered client's add method will be called (in the order the clients were registered), and when a device is removed, each client's remove method will be called (in the reverse order that clients were registered). In addition, when ib_register_client is called, the client will receive an add callback for all devices already registered.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:15 GMT, October 09, 2005