Skip to content

Commit 19bdd1d

Browse files
committed
oshmem/memheap: initialize common symbol mca_memheap_base_map
Signed-off-by: Gilles Gouaillardet <[email protected]>
1 parent 8ecb240 commit 19bdd1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

oshmem/mca/memheap/base/memheap_base_frame.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright (c) 2013 Mellanox Technologies, Inc.
33
* All rights reserved.
4-
* Copyright (c) 2015 Research Organization for Information Science
4+
* Copyright (c) 2015-2016 Research Organization for Information Science
55
* and Technology (RIST). All rights reserved.
66
*
77
* $COPYRIGHT$
@@ -38,7 +38,7 @@ char* mca_memheap_base_exclude = NULL;
3838
opal_list_t mca_memheap_base_components_opened = {{0}};
3939
struct mca_memheap_base_module_t* mca_memheap_base_module_initialized = NULL;
4040
int mca_memheap_base_already_opened = 0;
41-
mca_memheap_map_t mca_memheap_base_map;
41+
mca_memheap_map_t mca_memheap_base_map = {{{{0}}}};
4242

4343
static int mca_memheap_base_register(mca_base_register_flag_t flags)
4444
{

0 commit comments

Comments
 (0)