1
1

The req_mtl field has to be the last in the struct or bad things happen.

This commit was SVN r12548.
Этот коммит содержится в:
George Bosilca 2006-11-10 20:53:41 +00:00
родитель af68171253
Коммит 858ab24e8e

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

@ -45,8 +45,8 @@ struct mca_pml_cm_request_t {
mca_pml_cm_request_type_t req_pml_type;
struct ompi_communicator_t *req_comm; /**< communicator pointer */
struct ompi_datatype_t *req_datatype; /**< pointer to data type */
mca_mtl_request_t req_mtl; /**< the mtl specific memory */
ompi_convertor_t req_convertor; /**< always need the convertor */
mca_mtl_request_t req_mtl; /**< the mtl specific memory. This field should be the last in the struct */
};
typedef struct mca_pml_cm_request_t mca_pml_cm_request_t;
OMPI_DECLSPEC OBJ_CLASS_DECLARATION(mca_pml_cm_request_t);