1
1

The self should use self named files.

This commit was SVN r7421.
Этот коммит содержится в:
George Bosilca 2005-09-18 12:37:15 +00:00
родитель a7db1763e2
Коммит b5cb27c006

Просмотреть файл

@ -34,9 +34,6 @@ struct mca_btl_base_endpoint_t {
* SELFP specfic data structures. */ * SELFP specfic data structures. */
int peer_selfp_rank; /**< My peer's SELFP process rank. Used for accessing int peer_selfp_rank; /**< My peer's SELFP process rank. Used for accessing
* SELFP specfic data structures. */ * 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 #endif