const_uuid        527 lib/cluster/heartbeat.c     const char *const_uuid = NULL;
const_uuid        562 lib/cluster/heartbeat.c     const_uuid = crm_peer_uuid(peer);
const_uuid        564 lib/cluster/heartbeat.c     CRM_CHECK(const_uuid != NULL, return FALSE);
const_uuid        567 lib/cluster/heartbeat.c     crm_info("UUID: %s", const_uuid);
const_uuid        570 lib/cluster/heartbeat.c     cluster->uuid = strdup(const_uuid);