cpg_handle        162 include/crm/cluster.h     cpg_handle_t cpg_handle;
cpg_handle        273 lib/cluster/cpg.c     rc = cpg_dispatch(cluster->cpg_handle, CS_DISPATCH_ONE);
cpg_handle        277 lib/cluster/cpg.c         cpg_finalize(cluster->cpg_handle);
cpg_handle        278 lib/cluster/cpg.c         cluster->cpg_handle = 0;
cpg_handle        911 lib/cluster/cpg.c     cluster->cpg_handle = handle;
cpg_handle        936 lib/cluster/cpg.c     if (cluster->cpg_handle != 0) {
cpg_handle        938 lib/cluster/cpg.c         cpg_leave(cluster->cpg_handle, &cluster->group);
cpg_handle        939 lib/cluster/cpg.c         cpg_finalize(cluster->cpg_handle);
cpg_handle        940 lib/cluster/cpg.c         cluster->cpg_handle = 0;