our_node 287 lib/cluster/election.c crm_node_t *our_node; our_node 294 lib/cluster/election.c our_node = crm_get_peer(0, e->uname); our_node 295 lib/cluster/election.c if ((our_node == NULL) || (crm_is_peer_active(our_node) == FALSE)) { our_node 306 lib/cluster/election.c crm_xml_add(vote, F_CRM_ELECTION_OWNER, our_node->uuid); our_node 533 lib/cluster/election.c crm_node_t *our_node = NULL, *your_node = NULL; our_node 543 lib/cluster/election.c our_node = crm_get_peer(0, e->uname); our_node 544 lib/cluster/election.c we_are_owner = (our_node != NULL) our_node 545 lib/cluster/election.c && pcmk__str_eq(our_node->uuid, vote.election_owner, our_node 552 lib/cluster/election.c } else if (our_node == NULL || crm_is_peer_active(our_node) == FALSE) {