man3tbl/OpenMasterP

Table of Contents

Name

OpenMasterPartition - open the AccelNET master database partition

Description

OpenMasterPartition opens the shared memory partition for the AccelNET database.

This function is part of tblmngr.

Syntax

HEADER_TBL *OpenMasterPartition(
   int part_id,

   void *attach_addr,

   int ROflag

   );

Arguments

part_id

The shared memory id.

attach_addr

The attachment address

ROflag

If this value is non zero then attach the partition read only.

Returns

A pointer to the HEADER_TBL if successful. NULL is returned on most other failures.

See Also

tblmngr(3tbl)

Manual page revision

$Id: OpenMasterP.3,v 1.3 2008/03/13 14:52:51 kitchen Exp $


Table of Contents