1
1
This commit was SVN r8263.
Этот коммит содержится в:
Galen Shipman 2005-11-27 22:53:30 +00:00
родитель 16ca6e4c88
Коммит 55a9fbefd8
3 изменённых файлов: 4 добавлений и 6 удалений

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

@ -273,7 +273,7 @@ mca_btl_base_descriptor_t* mca_btl_mvapi_prepare_src(
mca_btl_mvapi_frag_t* frag;
mca_mpool_mvapi_registration_t * vapi_reg;
struct iovec iov;
int32_t iov_count = 1;
uint32_t iov_count = 1;
size_t max_data = *size;
int32_t free_after;
int rc;

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

@ -296,9 +296,7 @@ extern mca_btl_base_module_t** mca_btl_mvapi_component_init(
/**
* IB component progress.
*/
extern int mca_btl_mvapi_component_progress(
void
);
extern int mca_btl_mvapi_component_progress( void );
/**

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

@ -544,7 +544,7 @@ mca_btl_base_module_t** mca_btl_mvapi_component_init(int *num_btl_modules,
*/
int mca_btl_mvapi_component_progress()
int mca_btl_mvapi_component_progress( void )
{
uint32_t i;
int count = 0;