This function is called after mco_runtime_start()
but before mco_cluster_db_open()
to initialize the Cluster runtime.
void mco_cluster_init()
void | No arguments |
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.
void | No value returned |