Table of Contents
AddHealth - remote - add to connection health message list
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.
int AddHealth(
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 as needed.
A value of 0 produces no messages. See the SendRec manpage for full details
on available values.
HEALTHsendPeriod is presently defined as 10 seconds.
librmt(3rmt)
$Id: AddHealth.3,v 1.2 2008/08/22
16:21:09 mcnamer Exp $
Table of Contents