OpenMPI  0.1.1
btl_wv_connect_empty.h
1 /*
2  * Copyright (c) 2007-2008 Cisco Systems, Inc. All rights reserved.
3  *
4  * $COPYRIGHT$
5  *
6  * Additional copyrights may follow
7  *
8  * $HEADER$
9  */
10 
11 #ifndef BTL_WV_CONNECT_EMPTY_H
12 #define BTL_WV_CONNECT_EMPTY_H
13 
14 #include "ompi_config.h"
15 
16 #include "connect/connect.h"
17 
18 extern ompi_btl_wv_connect_base_component_t ompi_btl_wv_connect_empty;
19 
20 #endif
CPC component struct.
Definition: connect.h:245