2007-07-20 21:36:11 +00:00
|
|
|
/*
|
2007-07-25 22:28:04 +00:00
|
|
|
* Copyright (c) 2004-2007 The Trustees of the University of Tennessee.
|
2007-07-20 21:36:11 +00: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 08:21:25 +00:00
|
|
|
#include "ompi/request/request.h"
|
2007-07-27 23:11:00 +00:00
|
|
|
|
2010-10-22 05:12:12 +00:00
|
|
|
#include "ompi/mca/vprotocol/base/base.h"
|
2007-07-20 21:36:11 +00:00
|
|
|
|
2010-10-22 05:12:12 +00:00
|
|
|
BEGIN_C_DECLS
|
2007-07-20 21:36:11 +00:00
|
|
|
|
2008-07-28 22:40:57 +00:00
|
|
|
OMPI_MODULE_DECLSPEC extern mca_pml_base_component_2_0_0_t mca_pml_v_component;
|
2007-07-20 21:36:11 +00:00
|
|
|
|
2007-12-12 19:13:23 +00:00
|
|
|
END_C_DECLS
|
2007-07-20 21:36:11 +00:00
|
|
|
|
|
|
|
#endif /* PML_V_H_HAS_BEEN_INCLUDED */
|