- The correct function to close a socket. Thanks to George for noticing it.
This commit was SVN r19513.
Этот коммит содержится в:
родитель
93897c87a8
Коммит
c90e6e4f6d
@ -857,7 +857,7 @@ void orte_trigger_event(orte_trigger_event_t *trig)
|
|||||||
}
|
}
|
||||||
|
|
||||||
send(trig->channel, (const char *) &data, sizeof(int), 0);
|
send(trig->channel, (const char *) &data, sizeof(int), 0);
|
||||||
CloseHandle((HANDLE)trig->channel);
|
closesocket(trig->channel);
|
||||||
opal_progress();
|
opal_progress();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user