1
1

orte_std_cntr_t vs. size_t round 3. I back up this one as it

wasn't suppose to be committed (and because it's wrong).

This commit was SVN r11318.
Этот коммит содержится в:
George Bosilca 2006-08-22 15:15:09 +00:00
родитель 0417d27f46
Коммит 6fc16516cc

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

@ -339,7 +339,7 @@ static void mca_pml_base_modex_registry_callback(
} }
cnt = 1; cnt = 1;
if (ORTE_SUCCESS != (rc = orte_dss.unpack(&buffer, if (ORTE_SUCCESS != (rc = orte_dss.unpack(&buffer,
&num_bytes, &cnt, ORTE_STD_CNTR))) { &num_bytes, &cnt, ORTE_SIZE))) {
ORTE_ERROR_LOG(rc); ORTE_ERROR_LOG(rc);
continue; continue;
} }