Table of Contents
ErrorRegistration - register client to receive error messages
ErrorRegistration
passes an error message registration request to dbman. Whenever dbman receives
an error message from a client a copy of the message is passed to all clients
who are registered to receive error messages.
This function is part of librmt.
int ErrorRegistration(
int fo,
int verbosity
);
The file descriptor for the connection to dbman.
Defines
the amount of messages to print. This value is passed on to SendRec. A value
of 0 produces no messages. See the SendRec manpage for full details on available
values.
librmt(3rmt)
$Id: ErrorRegistration.3,v
1.2 2008/08/22 16:21:09 mcnamer Exp $
Table of Contents