Table of Contents

Name

RegApplication - register client with dbman

Description

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.

Syntax

int RegApplication(
int fo
int Class,
char *name,
int verbosity
);

Arguments

fo

The file descriptor for the connection to dbman.

Class

determines which class of I/O transactions will be passed to the client. The two possible values are: QUT_LCL and QUT_RMT

name

The name the program is registering as.

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: RegApplication.3,v 1.2 2008/08/22 16:22:16 mcnamer Exp $


Table of Contents