OpenMPI  0.1.1
btl_openib_connect_oob.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_OPENIB_CONNECT_OOB_H
12 #define BTL_OPENIB_CONNECT_OOB_H
13 
14 #include "connect/connect.h"
15 
16 extern ompi_btl_openib_connect_base_component_t ompi_btl_openib_connect_oob;
17 
18 #endif
CPC component struct.
Definition: connect.h:245