1
1
This commit was SVN r17855.
Этот коммит содержится в:
George Bosilca 2008-03-18 02:56:50 +00:00
родитель 76deec135e
Коммит 39353ebb44
2 изменённых файлов: 3 добавлений и 10 удалений

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

@ -548,11 +548,6 @@ typedef int (*mca_bml_base_module_register_fn_t)(
mca_btl_base_module_recv_cb_fn_t cbfunc, mca_btl_base_module_recv_cb_fn_t cbfunc,
void* cbdata void* cbdata
); );
/** /**
* Register a callback function that is called of error. * Register a callback function that is called of error.
* *

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

@ -80,11 +80,9 @@ int mca_bml_r2_component_close(void)
} }
mca_bml_base_module_t* mca_bml_r2_component_init( mca_bml_base_module_t* mca_bml_r2_component_init( int* priority,
int* priority, bool enable_progress_threads,
bool enable_progress_threads, bool enable_mpi_threads )
bool enable_mpi_threads
)
{ {
/* initialize BTLs */ /* initialize BTLs */