19 #ifndef MCA_BTL_GM_PROC_H
20 #define MCA_BTL_GM_PROC_H
25 #include "btl_gm_endpoint.h"
opal_mutex_t proc_lock
lock to protect against concurrent access to proc state
Definition: btl_gm_proc.h:55
struct mca_btl_gm_addr_t * proc_addrs
array of addresses exported by peer
Definition: btl_gm_proc.h:43
ompi_proc_t * proc_ompi
pointer to corresponding ompi_proc_t
Definition: btl_gm_proc.h:40
Definition: mutex_unix.h:53
Process identification structure interface.
Remote Open MPI process structure.
Definition: proc.h:56
Definition: opal_list.h:98
size_t proc_addr_count
number of addresses published by peer
Definition: btl_gm_proc.h:46
size_t proc_endpoint_count
number of endpoints
Definition: btl_gm_proc.h:52
Represents the state of a remote process and the set of addresses that it exports.
Definition: btl_gm_proc.h:36
Structure used to publish GM id information to peers.
Definition: btl_gm_endpoint.h:37
struct mca_btl_base_endpoint_t ** proc_endpoints
array of endpoints that have been created to access this proc
Definition: btl_gm_proc.h:49
State of ELAN endpoint connection.
Definition: btl_elan_endpoint.h:33
opal_list_item_t super
allow proc to be placed on a list
Definition: btl_gm_proc.h:37
A simple C-language object-oriented system with single inheritance and ownership-based memory managem...
#define OBJ_CLASS_DECLARATION(NAME)
Declaration for class descriptor.
Definition: opal_object.h:236