inter_module_register(9)

NAME

inter_module_register - register a new set of inter mod
ule data.

SYNOPSIS

void inter_module_register (const  char  *im_name,  struct
module *owner, const void *userdata);

ARGUMENTS

im_name an arbitrary string to identify the data,
must be unique
owner module that is registering the data, always
use THIS_MODULE
userdata pointer to arbitrary userdata to be regis
tered

DESCRIPTION

Check that the im_name has not already been registered,
complain if it has. For new data, add it to the
inter_module_entry list.
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout