1
1

Oops -- fix the constructor to also use opal_object_t instead of

opal_list_item_t.

This commit was SVN r17945.
Этот коммит содержится в:
Jeff Squyres 2008-03-25 11:59:50 +00:00
родитель ec76fe4fe4
Коммит 5320c91ab3

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

@ -259,7 +259,7 @@ int mca_btl_openib_endpoint_post_send(mca_btl_openib_endpoint_t *endpoint,
OBJ_CLASS_INSTANCE(mca_btl_openib_endpoint_t,
opal_list_item_t, mca_btl_openib_endpoint_construct,
opal_object_t, mca_btl_openib_endpoint_construct,
mca_btl_openib_endpoint_destruct);
/*