1
1

Play nicely with the PML. If the data is in the pending send queue, then

tell the PML we're still in charge of sending it.

This commit was SVN r19311.
Этот коммит содержится в:
George Bosilca 2008-08-17 20:07:53 +00:00
родитель f3568a271a
Коммит a41dcbbc44

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

@ -815,7 +815,10 @@ int mca_btl_sm_send(
return 1; /* the data is completely gone */
}
frag->base.des_flags |= MCA_BTL_DES_SEND_ALWAYS_CALLBACK;
return rc;
/* not yet gone, but pending. Let the upper level knows that
* the callback will be triggered when the data will be sent.
*/
return 0;
}
int mca_btl_sm_ft_event(int state) {