Fix minor type mismatch
This commit was SVN r4209.
Этот коммит содержится в:
родитель
75f38c5bd3
Коммит
90fb658177
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
|
|
||||||
static int ompi_progress_event_flag = OMPI_EVLOOP_ONCE;
|
static int ompi_progress_event_flag = OMPI_EVLOOP_ONCE;
|
||||||
int ompi_progress_pending_io_reqs = false;
|
int ompi_progress_pending_io_reqs = 0;
|
||||||
|
|
||||||
|
|
||||||
void ompi_progress_events(int flag)
|
void ompi_progress_events(int flag)
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user