21 #ifndef MCA_BTL_UD_PROC_H
22 #define MCA_BTL_UD_PROC_H
28 #include "btl_ofud_endpoint.h"
Represents the state of a remote process and the set of addresses that it exports.
Definition: btl_ofud_proc.h:38
size_t proc_endpoint_count
number of endpoints
Definition: btl_ofud_proc.h:52
Definition: btl_ofud_endpoint.h:34
opal_mutex_t proc_lock
lock to protect against concurrent access to proc state
Definition: btl_ofud_proc.h:55
Definition: mutex_unix.h:53
Process identification structure interface.
Remote Open MPI process structure.
Definition: proc.h:56
Definition: opal_list.h:98
opal_list_item_t super
allow proc to be placed on a list
Definition: btl_ofud_proc.h:39
ompi_proc_t * proc_ompi
pointer to corresponding ompi_proc_t
Definition: btl_ofud_proc.h:42
size_t proc_addr_count
number of addresses published by endpoint
Definition: btl_ofud_proc.h:46
State of ELAN endpoint connection.
Definition: btl_elan_endpoint.h:33
struct mca_btl_base_endpoint_t ** proc_endpoints
array of endpoints that have been created to access this proc
Definition: btl_ofud_proc.h:49
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