We don't use the send and receive request destructor.
This commit was SVN r11880.
Этот коммит содержится в:
родитель
7f2fd41ace
Коммит
8d2a8229bb
@ -122,16 +122,11 @@ static void mca_pml_ob1_recv_request_construct(mca_pml_ob1_recv_request_t* reque
|
||||
request->req_rdma_cnt = 0;
|
||||
}
|
||||
|
||||
static void mca_pml_ob1_recv_request_destruct(mca_pml_ob1_recv_request_t* request)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
OBJ_CLASS_INSTANCE(
|
||||
mca_pml_ob1_recv_request_t,
|
||||
mca_pml_base_recv_request_t,
|
||||
mca_pml_ob1_recv_request_construct,
|
||||
mca_pml_ob1_recv_request_destruct);
|
||||
NULL);
|
||||
|
||||
|
||||
/*
|
||||
|
@ -117,16 +117,11 @@ static void mca_pml_ob1_send_request_construct(mca_pml_ob1_send_request_t* req)
|
||||
req->req_rdma_cnt = 0;
|
||||
}
|
||||
|
||||
static void mca_pml_ob1_send_request_destruct(mca_pml_ob1_send_request_t* req)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
OBJ_CLASS_INSTANCE(
|
||||
mca_pml_ob1_send_request_t,
|
||||
mca_pml_base_send_request_t,
|
||||
mca_pml_ob1_send_request_construct,
|
||||
mca_pml_ob1_send_request_destruct);
|
||||
NULL);
|
||||
|
||||
/**
|
||||
* Completion of a short message - nothing left to schedule. Note that this
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user