born 74 include/crm/cluster.h uint64_t born; /* Only used by heartbeat and the legacy plugin */ born 449 include/crm/cluster/internal.h crm_node_t *crm_update_peer(const char *source, unsigned int id, uint64_t born, born 1773 lib/ais/plugin.c node->processes, node->born, node->last_seen, node->addr ? node->addr : "-unknown-", born 295 lib/ais/utils.c update_member(unsigned int id, uint64_t born, uint64_t seq, int32_t votes, born 319 lib/ais/utils.c if (born != 0 && node->born != born) { born 321 lib/ais/utils.c node->born = born; born 322 lib/ais/utils.c ais_info("%p Node %u (%s) born on: " U64T, node, id, uname, born); born 419 lib/ais/utils.c offset += snprintf(data + offset, size - offset, "born=\"" U64T "\" ", node->born); born 84 lib/ais/utils.h extern int update_member(unsigned int id, uint64_t born, uint64_t seq, int32_t votes, born 429 lib/cluster/election.c } else if (use_born_on && your_node->born < our_node->born) { born 433 lib/cluster/election.c } else if (use_born_on && your_node->born > our_node->born) { born 268 lib/cluster/legacy.c uint64_t born = crm_int_helper(born_s, NULL); born 271 lib/cluster/legacy.c crm_update_peer(__FUNCTION__, id, born, seen, votes, procs, uname, uname, addr, state); born 755 lib/cluster/membership.c crm_update_peer(const char *source, unsigned int id, uint64_t born, uint64_t seen, int32_t votes, born 792 lib/cluster/membership.c if (born != 0) { born 793 lib/cluster/membership.c node->born = born; born 799 lib/cluster/membership.c if (born != 0) { born 800 lib/cluster/membership.c node->born = born; born 819 lib/cluster/membership.c votes_changed ? " (new)" : "", node->born, node->last_seen, node->processes);