From c4c07e755dd7e9d2c1355862d14a0d52a302eda5 Mon Sep 17 00:00:00 2001 From: David Daniel Date: Tue, 10 Feb 2004 14:41:23 +0000 Subject: [PATCH] Fixing bad class info name This commit was SVN r680. --- src/mca/mpi/ptl/base/ptl_base_comm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mca/mpi/ptl/base/ptl_base_comm.c b/src/mca/mpi/ptl/base/ptl_base_comm.c index b75acd5ab6..d06f1520ba 100644 --- a/src/mca/mpi/ptl/base/ptl_base_comm.c +++ b/src/mca/mpi/ptl/base/ptl_base_comm.c @@ -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,