Table of Contents

Name

ErrorRegistration - register client to receive error messages

Description

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.

Syntax

int ErrorRegistration(
int fo,
int verbosity
);

Arguments

fo

The file descriptor for the connection to dbman.

verbosity

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.

See Also

librmt(3rmt)

Manual page revision

$Id: ErrorRegistration.3,v 1.2 2008/08/22 16:21:09 mcnamer Exp $


Table of Contents