1
1

The return is 0 or 1 so an int it's enought. Thanks Brian for catching this one.

This commit was SVN r8504.
Этот коммит содержится в:
George Bosilca 2005-12-15 06:03:55 +00:00
родитель 32e01a8e80
Коммит 4af8085d3b

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

@ -260,12 +260,12 @@ ompi_convertor_generic_simple_unpack( ompi_convertor_t* pConvertor,
size_t* max_data,
int32_t* freeAfter );
/*
*
*/
OMPI_DECLSPEC int32_t
ompi_convertor_generic_simple_position( ompi_convertor_t* pConvertor,
size_t* position );
/*
*
*/
OMPI_DECLSPEC int
ompi_convertor_generic_simple_position( ompi_convertor_t* pConvertor,
size_t* position );
#if defined(c_plusplus) || defined(__cplusplus)
}