2007-07-21 01:36:11 +04:00
|
|
|
/*
|
2007-07-26 02:28:04 +04:00
|
|
|
* Copyright (c) 2004-2007 The Trustees of the University of Tennessee.
|
2007-07-21 01:36:11 +04:00
|
|
|
* All rights reserved.
|
|
|
|
* $COPYRIGHT$
|
|
|
|
*
|
|
|
|
* Additional copyrights may follow
|
|
|
|
*
|
|
|
|
* $HEADER$
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef PML_V_H_HAS_BEEN_INCLUDED
|
|
|
|
#define PML_V_H_HAS_BEEN_INCLUDED
|
|
|
|
|
|
|
|
#include "ompi_config.h"
|
|
|
|
#include "ompi/mca/pml/pml.h"
|
2007-12-07 11:21:25 +03:00
|
|
|
#include "ompi/request/request.h"
|
2007-07-28 03:11:00 +04:00
|
|
|
|
2010-10-22 09:12:12 +04:00
|
|
|
#include "ompi/mca/vprotocol/base/base.h"
|
2007-07-21 01:36:11 +04:00
|
|
|
|
2010-10-22 09:12:12 +04:00
|
|
|
BEGIN_C_DECLS
|
2007-07-21 01:36:11 +04:00
|
|
|
|
2008-07-29 02:40:57 +04:00
|
|
|
OMPI_MODULE_DECLSPEC extern mca_pml_base_component_2_0_0_t mca_pml_v_component;
|
2007-07-21 01:36:11 +04:00
|
|
|
|
2007-12-12 22:13:23 +03:00
|
|
|
END_C_DECLS
|
2007-07-21 01:36:11 +04:00
|
|
|
|
|
|
|
#endif /* PML_V_H_HAS_BEEN_INCLUDED */
|