From b5cb27c00656fc87b9d8de932357540ca9576b1a Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Sun, 18 Sep 2005 12:37:15 +0000 Subject: [PATCH] The self should use self named files. This commit was SVN r7421. --- ompi/mca/btl/self/{btl_sm_endpoint.h => btl_self_endpoint.h} | 3 --- 1 file changed, 3 deletions(-) rename ompi/mca/btl/self/{btl_sm_endpoint.h => btl_self_endpoint.h} (90%) diff --git a/ompi/mca/btl/self/btl_sm_endpoint.h b/ompi/mca/btl/self/btl_self_endpoint.h similarity index 90% rename from ompi/mca/btl/self/btl_sm_endpoint.h rename to ompi/mca/btl/self/btl_self_endpoint.h index 3aadbd00e9..8351abdef4 100644 --- a/ompi/mca/btl/self/btl_sm_endpoint.h +++ b/ompi/mca/btl/self/btl_self_endpoint.h @@ -34,9 +34,6 @@ struct mca_btl_base_endpoint_t { * SELFP specfic data structures. */ int peer_selfp_rank; /**< My peer's SELFP process rank. Used for accessing * SELFP specfic data structures. */ -#if OMPI_ENABLE_PROGRESS_THREADS == 1 - int fifo_fd; /**< pipe/fifo used to signal endpoint that data is queued */ -#endif }; #endif