Table of Contents

Name

AddHealth - remote - add to connection health message list

Description

AddHealth passes a health message registration request to dbman. After health registration dbman will send a health message to the client approximently every HEALTHsendPeriod seconds.

This function is part of librmt.

Syntax

int AddHealth(
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 as needed. A value of 0 produces no messages. See the SendRec manpage for full details on available values.

Notes

HEALTHsendPeriod is presently defined as 10 seconds.

See Also

librmt(3rmt)

Manual page revision

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


Table of Contents