OpenMPI  0.1.1
btl_openib_connect_sl.h
1 /*
2  * Copyright (c) 2011 Mellanox Technologies. All rights reserved.
3  *
4  * $COPYRIGHT$
5  *
6  * Additional copyrights may follow
7  *
8  * $HEADER$
9  */
10 
11 #ifndef BTL_OPENIB_CONNECT_SL_H
12 #define BTL_OPENIB_CONNECT_SL_H
13 
14 BEGIN_C_DECLS
15 
16 int btl_openib_connect_get_pathrecord_sl(
17  struct ibv_context *context_arg,
18  uint32_t port_num,
19  uint16_t lid,
20  uint16_t rem_lid);
21 
22 void btl_openib_connect_sl_finalize(void);
23 
24 END_C_DECLS
25 
26 #endif /* BTL_OPENIB_CONNECT_SL_H */