cpg_handle        107 include/crm/cluster/internal.h     cpg_handle_t cpg_handle;        //!< Corosync CPG handle
cpg_handle        278 lib/cluster/cpg.c     rc = cpg_dispatch(cluster->priv->cpg_handle, CS_DISPATCH_ONE);
cpg_handle        282 lib/cluster/cpg.c         cpg_finalize(cluster->priv->cpg_handle);
cpg_handle        283 lib/cluster/cpg.c         cluster->priv->cpg_handle = 0;
cpg_handle        868 lib/cluster/cpg.c     cluster->priv->cpg_handle = handle;
cpg_handle        893 lib/cluster/cpg.c     if (cluster->priv->cpg_handle != 0) {
cpg_handle        895 lib/cluster/cpg.c         cpg_leave(cluster->priv->cpg_handle, &cluster->priv->group);
cpg_handle        896 lib/cluster/cpg.c         cpg_finalize(cluster->priv->cpg_handle);
cpg_handle        897 lib/cluster/cpg.c         cluster->priv->cpg_handle = 0;