1
1

mtl_ofi_types.h: add "extern" to the mca_mtl_ofi_component declaration

Otherwise, it fails the gcc -fno-common test.
Этот коммит содержится в:
Jeff Squyres 2015-02-04 10:24:09 -08:00
родитель 1d3c4bd7ac
Коммит 5392b331a3

Просмотреть файл

@ -1,6 +1,7 @@
/*
* Copyright (c) 2013-2014 Intel, Inc. All rights reserved
*
* Copyright (c) 2015 Cisco Systems, Inc. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -70,7 +71,7 @@ typedef struct mca_mtl_ofi_component_t {
} mca_mtl_ofi_component_t;
OMPI_DECLSPEC mca_mtl_ofi_component_t mca_mtl_ofi_component;
OMPI_DECLSPEC extern mca_mtl_ofi_component_t mca_mtl_ofi_component;
/* match/ignore bit manipulation
*