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