From 03af93aa086198f466bf92e0f6982627ae1cc241 Mon Sep 17 00:00:00 2001 From: Tim Woodall Date: Wed, 14 Jan 2004 17:40:12 +0000 Subject: [PATCH] allow mca_pml_comm_t to be redefined on a per-pml basis This commit was SVN r375. --- src/mpi/communicator/communicator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mpi/communicator/communicator.h b/src/mpi/communicator/communicator.h index cf38fe0d3e..9a35092316 100644 --- a/src/mpi/communicator/communicator.h +++ b/src/mpi/communicator/communicator.h @@ -31,7 +31,7 @@ struct lam_communicator_t { MPI_Errhandler c_error_handler; /* Hooks for PML to hang things */ - void* c_pml_comm; + struct mca_pml_comm_t* c_pml_comm; /* Hooks for collectives to hang things */