From b41fe8e36a250cad9e6ca5de50b02f233c433f57 Mon Sep 17 00:00:00 2001 From: Prabhanjan Kambadur Date: Fri, 16 Apr 2004 22:03:06 +0000 Subject: [PATCH] Changing the prototype of the init function for topo modules This commit was SVN r1048. --- src/mca/topo/topo.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mca/topo/topo.h b/src/mca/topo/topo.h index 71460d693d..5c398ae23a 100644 --- a/src/mca/topo/topo.h +++ b/src/mca/topo/topo.h @@ -107,9 +107,9 @@ typedef mca_topo_comm_1_0_0_t mca_topo_comm_t; * *********************************************************************** */ -typedef int (*mca_topo_base_init_1_0_0_fn_t) (void); -/* (MPI_Comm comm, - mca_topo_1_0_0_t **new_topo); */ +typedef int (*mca_topo_base_init_1_0_0_fn_t) + (MPI_Comm comm, + const struct mca_topo_1_0_0_t **new_topo); typedef int (*mca_topo_base_cart_coords_fn_t) (MPI_Comm comm,