OpenMPI  0.1.1
btl_openib_connect_udcm.h
1 /* -*- Mode: C; c-basic-offset:4 ; -*- */
2 /*
3  * Copyright (c) 2011 Los Alamos National Security, LLC. All
4  * right reserved.
5  *
6  * $COPYRIGHT$
7  *
8  * Additional copyrights may follow
9  *
10  * $HEADER$
11  */
12 
13 #ifndef BTL_OPENIB_CONNECT_UD_H
14 #define BTL_OPENIB_CONNECT_UD_H
15 
16 #include "ompi_config.h"
17 
18 #include "connect/connect.h"
19 
20 extern ompi_btl_openib_connect_base_component_t ompi_btl_openib_connect_udcm;
21 
22 #endif
CPC component struct.
Definition: connect.h:245