1
1

Not totally necessary, but good form - init the oversubscribed field in the orte_nid_t object

This commit was SVN r24127.
Этот коммит содержится в:
Ralph Castain 2010-12-01 12:58:37 +00:00
родитель 30c37ea536
Коммит 4f5625d699

Просмотреть файл

@ -936,6 +936,7 @@ static void orte_nid_construct(orte_nid_t *ptr)
{
ptr->name = NULL;
ptr->daemon = ORTE_VPID_INVALID;
ptr->oversubscribed = false;
OBJ_CONSTRUCT(&ptr->attrs, opal_list_t);
OBJ_CONSTRUCT(&ptr->sysinfo, opal_list_t);
#if ORTE_ENABLE_HEARTBEAT