From 942b59d5728f1e7bf01a6d8ffcda65a68943c0c7 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Mon, 6 Oct 2008 17:38:25 +0000 Subject: [PATCH] The endpoint is actually a list_item_t -- not a base object. But only XOOB uses it, so we didn't notice util recently. This commit was SVN r19689. --- ompi/mca/btl/openib/btl_openib_endpoint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/btl/openib/btl_openib_endpoint.c b/ompi/mca/btl/openib/btl_openib_endpoint.c index 13c9752c66..df13e02910 100644 --- a/ompi/mca/btl/openib/btl_openib_endpoint.c +++ b/ompi/mca/btl/openib/btl_openib_endpoint.c @@ -262,7 +262,7 @@ int mca_btl_openib_endpoint_post_send(mca_btl_openib_endpoint_t *endpoint, OBJ_CLASS_INSTANCE(mca_btl_openib_endpoint_t, - opal_object_t, mca_btl_openib_endpoint_construct, + opal_list_item_t, mca_btl_openib_endpoint_construct, mca_btl_openib_endpoint_destruct); /*