1
1

do not return these descriptors to cache

This commit was SVN r7986.
Этот коммит содержится в:
Tim Woodall 2005-11-03 23:20:38 +00:00
родитель 26003bc952
Коммит e45f4744ee

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

@ -428,7 +428,7 @@ int mca_pml_ob1_send_request_start_copy(
sendreq->req_rdma_offset = max_data;
/* short message */
descriptor->des_cbfunc = mca_pml_ob1_match_completion_cache;
descriptor->des_cbfunc = mca_pml_ob1_match_completion_free;
descriptor->des_flags |= MCA_BTL_DES_FLAGS_PRIORITY;
descriptor->des_cbdata = sendreq;