cpg_initialize (3) Linux Manual Page
cpg_initialize – Create a new connection to the CPG service Synopsis#include <corosync/cpg.h> int cpg_initialize(cpg_handle_t *handle, cpg_callbacks_t *callbacks); DescriptionThe cpg_initialize function is used to initialize a connection to the closed process groups API. This function is deprecated and cpg_model_initialize should be used in newly written code. Each application may have several connections to the CPG API….
