1
1

Reset the completed flag when we roll-back the convertor.

This commit was SVN r9419.
Этот коммит содержится в:
George Bosilca 2006-03-24 20:33:53 +00:00
родитель 01671f2991
Коммит b22836ea93

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

@ -227,6 +227,10 @@ int32_t ompi_convertor_set_position_nocheck( ompi_convertor_t* convertor,
*position = convertor->bConverted;
return OMPI_SUCCESS;
}
/* Remove the completed flag if it's already set */
convertor->flags &= !CONVERTOR_COMPLETED;
/*
* If we plan to rollback the convertor then first we have to set it
* at the beginning.