Remove the pending event when socket is TCP_FAILED
Signed-off-by: Aurelien Bouteiller <bouteill@icl.utk.edu>
Этот коммит содержится в:
родитель
6b3be224d4
Коммит
93846fd0ee
@ -1095,6 +1095,8 @@ static void mca_btl_tcp_endpoint_send_handler(int sd, short flags, void* user)
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case MCA_BTL_TCP_FAILED:
|
case MCA_BTL_TCP_FAILED:
|
||||||
|
MCA_BTL_TCP_ENDPOINT_DUMP(1, btl_endpoint, true, "event_del(send) [endpoint_send_handler:error]");
|
||||||
|
opal_event_del(&btl_endpoint->endpoint_send_event);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
BTL_ERROR(("invalid connection state (%d)", btl_endpoint->endpoint_state));
|
BTL_ERROR(("invalid connection state (%d)", btl_endpoint->endpoint_state));
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user