cpg_join (3) Linux Manual Page
NAME cpg_join – Joins one or more groups in the CPG library SYNOPSIS #include <corosync/cpg.h> int cpg_join(cpg_handle_t handle, struct cpg_name *group); DESCRIPTION The cpg_join function is used to join one group. When a group is joined, the cpg_mcast_joined(3) is called internally to multicast to the groups joined in the argument handle. The process will also…
