From 4a7d46ec17909388021e1dc7aca62f2b31aef6f1 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Sat, 10 Jan 2004 18:05:56 +0000 Subject: [PATCH] Rename types to match current definitions This commit was SVN r214. --- src/mca/mpi/coll/coll.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mca/mpi/coll/coll.h b/src/mca/mpi/coll/coll.h index af69a681ff..a780c1a743 100644 --- a/src/mca/mpi/coll/coll.h +++ b/src/mca/mpi/coll/coll.h @@ -98,8 +98,8 @@ typedef int (*mca_coll_scatterv_fn_t)(void *sbuf, int *scounts, * Ver 1.0.0 */ -typedef struct mca_coll_module_1_0_0_t { - mca_1_0_0_t super; +struct mca_coll_module_1_0_0_t { + mca_module_1_0_0_t super; /* Initialization / querying functions */ @@ -209,7 +209,7 @@ extern "C" { * query/init functionality, prototype this function here. */ - const mca_coll_1_0_0_t * + const mca_coll_module_1_0_0_t * mca_coll_basic_query(MPI_Comm comm, int *priority); #if defined(c_plusplus) || defined(__cplusplus) }