1
1

Per patch from Ashley Pittman, correct the name of the struct within which the code is looking for "mtc".

cmr=v1.7.4:reviewer=bosilca:subject=Correct name of struct

This commit was SVN r30061.
Этот коммит содержится в:
Ralph Castain 2013-12-23 21:32:16 +00:00
родитель 7d8c0459a4
Коммит 6a432ca092

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

@ -345,7 +345,7 @@ int ompi_fill_in_type_info(mqs_image *image, char **message)
/* There is a union of 3 structs in this struct -- get the
offsets for fields of both of them. */
/* Union type */
missing_in_action = "mca_topo_base_comm_cgd_union_2_1_0_t";
missing_in_action = "mca_topo_base_module_t";
cg_union_type = mqs_find_type(image, missing_in_action, mqs_lang_c);
if (!cg_union_type) {
goto type_missing;