1
1

The max_size should be a size_t. I add myself to the ompi_unignore list :)

This commit was SVN r5991.
Этот коммит содержится в:
George Bosilca 2005-06-08 19:13:28 +00:00
родитель 7a41a6cd7a
Коммит de56467521
2 изменённых файлов: 3 добавлений и 2 удалений

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

@ -1,2 +1,3 @@
twoodall twoodall
gshipman gshipman
bosilca

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

@ -24,7 +24,7 @@
#include <errno.h> #include <errno.h>
#include "threads/mutex.h" #include "threads/mutex.h"
#include "datatype/datatype.h" #include "datatype/convertor.h"
#include "include/sys/atomic.h" #include "include/sys/atomic.h"
#include "util/output.h" #include "util/output.h"
#include "util/if.h" #include "util/if.h"
@ -780,7 +780,7 @@ struct mca_bmi_base_descriptor_t* mca_bmi_sm_prepare_src(
mca_bmi_sm_frag_t* frag; mca_bmi_sm_frag_t* frag;
struct iovec iov; struct iovec iov;
uint32_t iov_count = 1; uint32_t iov_count = 1;
uint32_t max_data = *size; size_t max_data = *size;
int32_t free_after; int32_t free_after;
int rc; int rc;