23 строки
497 B
C
23 строки
497 B
C
![]() |
/*
|
||
|
* Copyright (c) 2007-2008 Cisco Systems, Inc. All rights reserved.
|
||
|
*
|
||
|
* Copyright (c) 2009-2012 Oak Ridge National Laboratory. All rights reserved.
|
||
|
* Copyright (c) 2009-2012 Mellanox Technologies. All rights reserved.
|
||
|
* $COPYRIGHT$
|
||
|
*
|
||
|
* Additional copyrights may follow
|
||
|
*
|
||
|
* $HEADER$
|
||
|
*/
|
||
|
|
||
|
#ifndef BTL_OPENIB_CONNECT_EMPTY_H
|
||
|
#define BTL_OPENIB_CONNECT_EMPTY_H
|
||
|
|
||
|
#include "ompi_config.h"
|
||
|
|
||
|
#include "connect.h"
|
||
|
|
||
|
extern ompi_common_ofacm_base_component_t ompi_common_ofacm_empty;
|
||
|
|
||
|
#endif
|