1
1
Этот коммит содержится в:
Ralph Castain 2016-09-16 07:06:58 -07:00
родитель a16b3cc33d
Коммит e55cc63da9

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

@ -105,14 +105,7 @@ int orte_proc_info(void)
if (init) {
return ORTE_SUCCESS;
}
{
int delay = 0;
while( delay ){
sleep(1);
}
}
init = true;
OBJ_CONSTRUCT(&orte_process_info.super, opal_proc_t);