Table of Contents
RegApplication - register client with dbman
RegApplication
passes a registration request to dbman. dbman uses the registration information
to set task number and write permissions on the database.
This function
is part of librmt.
int RegApplication(
int fo
int Class,
char *name,
int verbosity
);
The file descriptor for the connection to dbman.
determines
which class of I/O transactions will be passed to the client. The two possible
values are: QUT_LCL and QUT_RMT
The name the program is registering
as.
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:
RegApplication.3,v 1.2 2008/08/22 16:22:16 mcnamer Exp $
Table of Contents