1
1

Removing unused lists from mca_btl_openib_qp_info_t. The lists were moved to device.

This commit was SVN r22271.
Этот коммит содержится в:
Pavel Shamis 2009-12-07 17:42:09 +00:00
родитель 0ba58cfcce
Коммит b024aee10c

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

@ -95,8 +95,6 @@ struct mca_btl_openib_qp_info_t {
size_t size;
int32_t rd_num;
int32_t rd_low;
ompi_free_list_t send_free; /**< free lists of send buffer descriptors */
ompi_free_list_t recv_free; /**< free lists of receive buffer descriptors */
union {
mca_btl_openib_pp_qp_info_t pp_qp;
mca_btl_openib_srq_qp_info_t srq_qp;