mco_cluster_init

This function is called after mco_runtime_start() but before mco_cluster_db_open() to initialize the Cluster runtime.

For an overview see page Cluster Applications in C

Prototype

 
    void mco_cluster_init()
 

Arguments

void No arguments

Description

This function initializes internal database runtime core pointers to provide access to service functions inside the cluster library. It should be called just after function mco_runtime_start(), once per process.

Return Codes

void No value returned

Files

Header file:
mcocluster.h
Source file:
mcocluster.c
Library:
libmcocluster.a