1
1
This commit was SVN r26696.
Этот коммит содержится в:
Jeff Squyres 2012-06-29 01:38:04 +00:00
родитель e335de3564
Коммит f3a8722360

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

@ -53,7 +53,7 @@ BEGIN_C_DECLS
struct mca_btl_tcp_component_t {
mca_btl_base_component_2_0_0_t super; /**< base BTL component */
uint32_t tcp_addr_count; /**< total number of addresses */
uint32_t tcp_num_btls; /**< number of hcas available to the TCP component */
uint32_t tcp_num_btls; /**< number of interfaces available to the TCP component */
uint32_t tcp_num_links; /**< number of logical links per physical device */
struct mca_btl_tcp_module_t **tcp_btls; /**< array of available BTL modules */
struct mca_btl_tcp_proc_t* tcp_local; /**< local proc struct */