Skip to content

Commit 9980916

Browse files
committed
rcache: initialize common symbol mca_rcache_base_used_mem_hooks
1 parent beecf1b commit 9980916

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opal/mca/rcache/base/rcache_base_frame.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* All rights reserved.
1313
* Copyright (c) 2012-2013 Los Alamos National Security, LLC.
1414
* All rights reserved
15-
* Copyright (c) 2015 Research Organization for Information Science
15+
* Copyright (c) 2015-2016 Research Organization for Information Science
1616
* and Technology (RIST). All rights reserved.
1717
* $COPYRIGHT$
1818
*
@@ -41,7 +41,7 @@
4141

4242
#include "opal/mca/rcache/base/static-components.h"
4343

44-
int mca_rcache_base_used_mem_hooks;
44+
int mca_rcache_base_used_mem_hooks = 0;
4545

4646
/**
4747
* Memory Pool Registration

0 commit comments

Comments
 (0)