Table of Contents

Name

SendHealth - send a health message

Description

SendHealth formulates and posts a health message to a client.

This function is part of librmt.

Syntax

int SendHealth(
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

This function is used by dbman. It might be used by another server application wishing to use health messages.

See Also

librmt(3rmt)

Manual page revision

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


Table of Contents