1
1

No idea how I did this.. thanks again to Jeff.

This commit was SVN r15345.
Этот коммит содержится в:
Andrew Friedley 2007-07-10 20:37:42 +00:00
родитель 39013e2a18
Коммит 87dd4bbd47
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -65,7 +65,7 @@ mca_btl_ud_module_t mca_btl_ofud_module = {
mca_btl_base_dump,
NULL, /* mpool */
NULL, /* register error */
mca_btl_udapl_ft_event
mca_btl_ud_ft_event
}
};
@ -684,7 +684,7 @@ dealloc_pd:
}
int mca_btl_udapl_ft_event(int state) {
int mca_btl_ud_ft_event(int state) {
return OMPI_SUCCESS;
}

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

@ -337,7 +337,7 @@ int mca_btl_ud_module_init(mca_btl_ud_module_t* ud_btl);
* @return OMPI_SUCCESS or failure status
*/
extern int mca_btl_udapl_ft_event(int state);
extern int mca_btl_ud_ft_event(int state);