1
1
This commit was SVN r680.
Этот коммит содержится в:
David Daniel 2004-02-10 14:41:23 +00:00
родитель 67836f42c3
Коммит c4c07e755d

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

@ -8,7 +8,7 @@ static void mca_pml_ptl_comm_construct(mca_pml_comm_t* comm);
static void mca_pml_ptl_comm_destruct(mca_pml_comm_t* comm);
lam_class_info_t mca_pml_ptl_comm_t_class_info = {
lam_class_info_t mca_pml_comm_t_class_info = {
"mca_pml_comm_t",
CLASS_INFO(lam_object_t),
(lam_construct_t)mca_pml_ptl_comm_construct,