21 #ifndef MCA_BTL_IB_PROC_H
22 #define MCA_BTL_IB_PROC_H
27 #include "btl_wv_endpoint.h"
Represents the state of a remote process and the set of addresses that it exports.
Definition: btl_wv_proc.h:61
size_t proc_endpoint_count
number of endpoints (length of proc_endpoints array)
Definition: btl_wv_proc.h:81
Data received from the modex.
Definition: btl_wv_proc.h:44
orte_process_name_t proc_guid
globally unique identifier for the process
Definition: btl_wv_proc.h:69
Meta data about a CPC module.
Definition: connect.h:303
mca_btl_wv_proc_modex_t * proc_ports
modex messages from this proc; one for each port in the peer
Definition: btl_wv_proc.h:72
Definition: mutex_unix.h:53
Process identification structure interface.
Remote Open MPI process structure.
Definition: proc.h:56
Definition: opal_list.h:98
opal_mutex_t proc_lock
lock to protect against concurrent access to proc state
Definition: btl_wv_proc.h:84
uint8_t proc_port_count
length of proc_ports array
Definition: btl_wv_proc.h:75
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_wv_proc.h:63
struct mca_btl_base_endpoint_t ** proc_endpoints
array of endpoints that have been created to access this proc
Definition: btl_wv_proc.h:78
mca_btl_wv_modex_message_t pm_port_info
Information about the peer's port.
Definition: btl_wv_proc.h:46
ompi_proc_t * proc_ompi
pointer to corresponding ompi_proc_t
Definition: btl_wv_proc.h:66
uint8_t pm_cpc_data_count
Length of the pm_cpc_data array.
Definition: btl_wv_proc.h:52
ompi_btl_wv_connect_base_module_data_t * pm_cpc_data
Array of the peer's CPCs available on this port.
Definition: btl_wv_proc.h:49
A simple C-language object-oriented system with single inheritance and ownership-based memory managem...
Common information for all ports that is sent in the modex message.
Definition: btl_wv.h:287
#define OBJ_CLASS_DECLARATION(NAME)
Declaration for class descriptor.
Definition: opal_object.h:236