1
1
This commit was SVN r3220.
Этот коммит содержится в:
George Bosilca 2004-10-19 23:31:03 +00:00
родитель 0b2b7cd2c7
Коммит faef97cf25

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

@ -16,8 +16,8 @@ int ompi_request_wait_any(
#if OMPI_HAVE_THREADS
int c;
#endif
int i, rc, null_requests;
int completed = -1;
unsigned int i, null_requests;
int rc, completed = -1;
ompi_request_t **rptr;
ompi_request_t *request;