From a0d25ab6eff06efdd8c5d85f1fb12f3d71f1c4e7 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Sat, 18 Mar 2006 19:38:56 +0000 Subject: [PATCH] Add missing prototype for the mvapi diagnostic function. This commit was SVN r9331. --- ompi/mca/btl/mvapi/btl_mvapi.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ompi/mca/btl/mvapi/btl_mvapi.h b/ompi/mca/btl/mvapi/btl_mvapi.h index 317320b833..2810071138 100644 --- a/ompi/mca/btl/mvapi/btl_mvapi.h +++ b/ompi/mca/btl/mvapi/btl_mvapi.h @@ -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.