From 61cc8843bf674edc2ac19a3346beb91896f7c0fe Mon Sep 17 00:00:00 2001 From: Pavel Shamis Date: Tue, 29 Apr 2008 13:22:40 +0000 Subject: [PATCH] The r17940 broke the XRC code. The endpoint may be appended to list during XOOB connection bring up. This commit was SVN r18328. The following SVN revision numbers were found above: r17940 --> open-mpi/ompi@ebfdd133f5fa72539506c1613b916fc8bbfef40a --- ompi/mca/btl/openib/btl_openib_endpoint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/btl/openib/btl_openib_endpoint.h b/ompi/mca/btl/openib/btl_openib_endpoint.h index 817a97294d..3cd3c5ddc9 100644 --- a/ompi/mca/btl/openib/btl_openib_endpoint.h +++ b/ompi/mca/btl/openib/btl_openib_endpoint.h @@ -150,7 +150,7 @@ typedef struct mca_btl_openib_endpoint_qp_t { */ struct mca_btl_base_endpoint_t { - opal_object_t super; + opal_list_item_t super; struct mca_btl_openib_module_t* endpoint_btl; /**< BTL instance that created this connection */