1
1

use int32_t not size_t (ORTE interface change)..

This commit was SVN r11323.
Этот коммит содержится в:
Galen Shipman 2006-08-22 17:13:10 +00:00
родитель fbf7e9cf1c
Коммит 73e9ef46fc
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -540,7 +540,7 @@ static void mca_btl_mvapi_endpoint_recv(
int endpoint_state;
int rc;
uint32_t i;
size_t cnt = 1;
int32_t cnt = 1;
mca_btl_mvapi_rem_info_t rem_info;

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

@ -156,7 +156,7 @@ struct mca_btl_base_endpoint_t {
/**< info about remote RDMA buffer */
mca_btl_mvapi_eager_rdma_local_t eager_rdma_local;
/**< info about local RDMA buffer */
size_t eager_rdma_index; /**< index into RDMA buffers pointer array */
int32_t eager_rdma_index; /**< index into RDMA buffers pointer array */
};
typedef struct mca_btl_base_endpoint_t mca_btl_base_endpoint_t;