Fix bug introduced by r28236: make declaration and instantiation agree
on "const". This commit was SVN r28320. The following SVN revision numbers were found above: r28236 --> open-mpi/ompi@cf377db823
Этот коммит содержится в:
родитель
43e4d3654e
Коммит
aef371c8f6
@ -4,6 +4,7 @@
|
|||||||
* Copyright (c) 2004-2008 The Trustees of Indiana University.
|
* Copyright (c) 2004-2008 The Trustees of Indiana University.
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
|
* Copyright (c) 2013 Cisco Systems, Inc. All rights reserved.
|
||||||
* $COPYRIGHT$
|
* $COPYRIGHT$
|
||||||
*
|
*
|
||||||
* Additional copyrights may follow
|
* Additional copyrights may follow
|
||||||
@ -45,7 +46,7 @@ static int valgrind_close(void);
|
|||||||
* and pointers to our public functions in it
|
* and pointers to our public functions in it
|
||||||
*/
|
*/
|
||||||
|
|
||||||
opal_memchecker_base_component_2_0_0_t mca_memchecker_valgrind_component = {
|
const opal_memchecker_base_component_2_0_0_t mca_memchecker_valgrind_component = {
|
||||||
|
|
||||||
/* First, the mca_component_t struct containing meta information
|
/* First, the mca_component_t struct containing meta information
|
||||||
about the component itself */
|
about the component itself */
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user