last_known_name 936 fencing/remote.c const char *last_known_name = g_hash_table_lookup(known_peer_names, GUINT_TO_POINTER(nodeid)); last_known_name 938 fencing/remote.c if (last_known_name) { last_known_name 939 fencing/remote.c crm_debug("Use the last known name %s for nodeid %u", last_known_name, nodeid); last_known_name 940 fencing/remote.c return strdup(last_known_name);