rcash_base_frame: fix compiler warning
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
Этот коммит содержится в:
родитель
4cacd222d6
Коммит
ce3a032b5e
@ -14,6 +14,7 @@
|
|||||||
* All rights reserved
|
* All rights reserved
|
||||||
* Copyright (c) 2015-2016 Research Organization for Information Science
|
* Copyright (c) 2015-2016 Research Organization for Information Science
|
||||||
* and Technology (RIST). All rights reserved.
|
* and Technology (RIST). All rights reserved.
|
||||||
|
* Copyright (c) 2017 Cisco Systems, Inc. All rights reserved
|
||||||
* $COPYRIGHT$
|
* $COPYRIGHT$
|
||||||
*
|
*
|
||||||
* Additional copyrights may follow
|
* Additional copyrights may follow
|
||||||
@ -72,7 +73,7 @@ OBJ_CLASS_INSTANCE(mca_rcache_base_registration_t, opal_free_list_item_t,
|
|||||||
* Global variables
|
* Global variables
|
||||||
*/
|
*/
|
||||||
opal_list_t mca_rcache_base_modules = {{0}};
|
opal_list_t mca_rcache_base_modules = {{0}};
|
||||||
opal_free_list_t mca_rcache_base_vma_tree_items = {{0}};
|
opal_free_list_t mca_rcache_base_vma_tree_items = {{{0}}};
|
||||||
bool mca_rcache_base_vma_tree_items_inited = false;
|
bool mca_rcache_base_vma_tree_items_inited = false;
|
||||||
unsigned int mca_rcache_base_vma_tree_items_min = TREE_ITEMS_MIN;
|
unsigned int mca_rcache_base_vma_tree_items_min = TREE_ITEMS_MIN;
|
||||||
int mca_rcache_base_vma_tree_items_max = TREE_ITEMS_MAX;
|
int mca_rcache_base_vma_tree_items_max = TREE_ITEMS_MAX;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user