1
1

Add missing prototype for the mvapi diagnostic function.

This commit was SVN r9331.
Этот коммит содержится в:
George Bosilca 2006-03-18 19:38:56 +00:00
родитель bd870519fd
Коммит a0d25ab6ef

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

@ -334,6 +334,13 @@ extern int mca_btl_mvapi_finalize(
struct mca_btl_base_module_t* btl
);
/**
* Diagnostic function for the BTL's queues.
*
* @param btl BTL instance.
*/
extern void mca_btl_mvapi_dump( struct mca_btl_base_module_t* btl );
/**
* PML->BTL notification of change in the process list.