Reset the completed flag when we roll-back the convertor.
This commit was SVN r9419.
Этот коммит содержится в:
родитель
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.
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user