1 /*
2 * Copyright (c) 2004-2007 The Trustees of the University of Tennessee.
3 * All rights reserved.
4 * $COPYRIGHT$
5 *
6 * Additional copyrights may follow
7 *
8 * $HEADER$
9 */
10
11 #include "ompi_config.h"
12 #include "vprotocol_example.h"
13 #include "vprotocol_example_start.h"
14
15 OMPI_DECLSPEC int mca_vprotocol_example_start(size_t count, ompi_request_t **requests)
16 {
17 V_OUTPUT_VERBOSE(50, "starting %ld requests", (long) count);
18 return mca_pml_v.host_pml.pml_start(count, requests);
19 }