symbol pollution
Made a couple vars static if they didn't look like they were used
more than one place, and added prefixes to a few.
Signed-off-by: Mark Allen <markalle@us.ibm.com>
(cherry picked from commit 34b42b1b09
)
Этот коммит содержится в:
родитель
31496e28e6
Коммит
994186fa00
@ -8,6 +8,7 @@
|
|||||||
* and Technology (RIST). All rights reserved.
|
* and Technology (RIST). All rights reserved.
|
||||||
* Copyright (c) 2019 Mellanox Technologies, Inc.
|
* Copyright (c) 2019 Mellanox Technologies, Inc.
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
|
* Copyright (c) 2020 IBM Corporation. All rights reserved.
|
||||||
* $COPYRIGHT$
|
* $COPYRIGHT$
|
||||||
*
|
*
|
||||||
* Additional copyrights may follow
|
* Additional copyrights may follow
|
||||||
@ -17,7 +18,7 @@
|
|||||||
|
|
||||||
#include "ompi_spc.h"
|
#include "ompi_spc.h"
|
||||||
|
|
||||||
opal_timer_t sys_clock_freq_mhz = 0;
|
static opal_timer_t sys_clock_freq_mhz = 0;
|
||||||
|
|
||||||
static void ompi_spc_dump(void);
|
static void ompi_spc_dump(void);
|
||||||
|
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user