From 87dd4bbd47a69b940c3fe3fa62dad37b7149362b Mon Sep 17 00:00:00 2001 From: Andrew Friedley Date: Tue, 10 Jul 2007 20:37:42 +0000 Subject: [PATCH] No idea how I did this.. thanks again to Jeff. This commit was SVN r15345. --- ompi/mca/btl/ofud/btl_ofud.c | 4 ++-- ompi/mca/btl/ofud/btl_ofud.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ompi/mca/btl/ofud/btl_ofud.c b/ompi/mca/btl/ofud/btl_ofud.c index 799835ec92..fb560f5925 100644 --- a/ompi/mca/btl/ofud/btl_ofud.c +++ b/ompi/mca/btl/ofud/btl_ofud.c @@ -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; } diff --git a/ompi/mca/btl/ofud/btl_ofud.h b/ompi/mca/btl/ofud/btl_ofud.h index 97e118222a..86241b19c5 100644 --- a/ompi/mca/btl/ofud/btl_ofud.h +++ b/ompi/mca/btl/ofud/btl_ofud.h @@ -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);