1
1

acks should now be handled correctly for stdin

This commit was SVN r5923.
Этот коммит содержится в:
Tim Woodall 2005-06-02 17:06:33 +00:00
родитель 5728748980
Коммит a5d13104f9

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

@ -74,9 +74,7 @@ int orte_iof_base_flush(void)
item != ompi_list_get_end(&orte_iof_base.iof_endpoints);
item = ompi_list_get_next(item)) {
orte_iof_base_endpoint_t* endpoint = (orte_iof_base_endpoint_t*)item;
/* BWB - XXX - FIXME - need to remove the ep_mode test -
Tim looking at it */
if(endpoint->ep_mode == ORTE_IOF_SINK && orte_iof_base_endpoint_pending(endpoint)) {
if(orte_iof_base_endpoint_pending(endpoint)) {
pending++;
}
}