cpg_handle 106 include/crm/cluster/internal.h cpg_handle_t cpg_handle; //!< Corosync CPG handle cpg_handle 277 lib/cluster/cpg.c rc = cpg_dispatch(cluster->priv->cpg_handle, CS_DISPATCH_ONE); cpg_handle 281 lib/cluster/cpg.c cpg_finalize(cluster->priv->cpg_handle); cpg_handle 282 lib/cluster/cpg.c cluster->priv->cpg_handle = 0; cpg_handle 869 lib/cluster/cpg.c cluster->priv->cpg_handle = handle; cpg_handle 894 lib/cluster/cpg.c if (cluster->priv->cpg_handle != 0) { cpg_handle 896 lib/cluster/cpg.c cpg_leave(cluster->priv->cpg_handle, &cluster->priv->group); cpg_handle 897 lib/cluster/cpg.c cpg_finalize(cluster->priv->cpg_handle); cpg_handle 898 lib/cluster/cpg.c cluster->priv->cpg_handle = 0;