From e45f4744ee48b51aa9ad3d41b231ee0afec65d68 Mon Sep 17 00:00:00 2001 From: Tim Woodall Date: Thu, 3 Nov 2005 23:20:38 +0000 Subject: [PATCH] do not return these descriptors to cache This commit was SVN r7986. --- ompi/mca/pml/ob1/pml_ob1_sendreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/pml/ob1/pml_ob1_sendreq.c b/ompi/mca/pml/ob1/pml_ob1_sendreq.c index 609da6ad0f..fa9295bbe6 100644 --- a/ompi/mca/pml/ob1/pml_ob1_sendreq.c +++ b/ompi/mca/pml/ob1/pml_ob1_sendreq.c @@ -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;