1
1

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.
Этот коммит содержится в:
Jeff Squyres 2008-10-06 17:38:25 +00:00
родитель 252d370c70
Коммит 942b59d572

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

@ -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, 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); mca_btl_openib_endpoint_destruct);
/* /*