1
1

Add this header file in order to allow the export of the component structure.

This commit was SVN r11404.
Этот коммит содержится в:
George Bosilca 2006-08-24 17:40:22 +00:00
родитель aa8cd63418
Коммит 6f4aa36dfc

36
ompi/mca/pml/cm/pml_cm_component.h Исполняемый файл
Просмотреть файл

@ -0,0 +1,36 @@
/*
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
* University Research and Technology
* Corporation. All rights reserved.
* Copyright (c) 2004-2006 The University of Tennessee and The University
* of Tennessee Research Foundation. All rights
* reserved.
* Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
* University of Stuttgart. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
*
* $HEADER$
*/
/**
* @file
*/
#ifndef MCA_PML_CM_COMPONENT_H
#define MCA_PML_CM_COMPONENT_H
#if defined(c_plusplus) || defined(__cplusplus)
extern "C" {
#endif
/*
* PML module functions.
*/
extern mca_pml_base_component_1_0_0_t mca_pml_cm_component;
#if defined(c_plusplus) || defined(__cplusplus)
}
#endif
#endif