NOTIFIER_CHAIN_REGISTER

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

 

NAME

notifier_chain_register - Add notifier to a notifier chain  

SYNOPSIS

"SYNOPSIS"

int notifier_chain_register (struct notifier_block ** list, struct notifier_block * n);  

ARGUMENTS

list
Pointer to root list pointer
n
New entry in notifier chain
 

DESCRIPTION

Adds a notifier to a notifier chain.

Currently always returns zero.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

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