when_lost         167 include/crm/cluster/internal.h     time_t when_lost;           //!< When CPG membership was last lost
when_lost         711 lib/cluster/cpg.c             if (peer->when_lost == 0) {
when_lost         713 lib/cluster/cpg.c                 peer->when_lost = now;
when_lost         715 lib/cluster/cpg.c             } else if (now > (peer->when_lost + 60)) {
when_lost        1252 lib/cluster/membership.c         node->when_lost = 0;