1
1
openmpi/ompi/mca/pml/dr/pml_dr_component.h
George Bosilca 1bd31aa3ac Cleanup the OMPI_DECLSPEC/OMPI_MODULE_DECLSPEC in the PMLs.
This commit was SVN r17093.
2008-01-09 20:32:39 +00:00

37 строки
938 B
C

/*
* 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-2006 High Performance Computing Center Stuttgart,
* University of Stuttgart. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
*
* $HEADER$
*/
/**
* @file
*/
#ifndef MCA_PML_DR_COMPONENT_H
#define MCA_PML_DR_COMPONENT_H
#if defined(c_plusplus) || defined(__cplusplus)
extern "C" {
#endif
/*
* PML module functions.
*/
OMPI_MODULE_DECLSPEC extern mca_pml_base_component_1_0_0_t mca_pml_dr_component;
#if defined(c_plusplus) || defined(__cplusplus)
}
#endif
#endif