Move missing piece to required visibility
This commit was SVN r27380.
Этот коммит содержится в:
родитель
54db4c35eb
Коммит
5639d1617f
@ -85,6 +85,7 @@ typedef struct {
|
|||||||
int cntr;
|
int cntr;
|
||||||
} opal_hwloc_print_buffers_t;
|
} opal_hwloc_print_buffers_t;
|
||||||
opal_hwloc_print_buffers_t *opal_hwloc_get_print_buffer(void);
|
opal_hwloc_print_buffers_t *opal_hwloc_get_print_buffer(void);
|
||||||
|
extern char* opal_hwloc_print_null;
|
||||||
OPAL_DECLSPEC char* opal_hwloc_base_print_locality(opal_hwloc_locality_t locality);
|
OPAL_DECLSPEC char* opal_hwloc_base_print_locality(opal_hwloc_locality_t locality);
|
||||||
|
|
||||||
#if OPAL_HAVE_HWLOC
|
#if OPAL_HAVE_HWLOC
|
||||||
|
@ -307,7 +307,7 @@ int opal_hwloc_base_open(void)
|
|||||||
|
|
||||||
static bool fns_init=false;
|
static bool fns_init=false;
|
||||||
static opal_tsd_key_t print_tsd_key;
|
static opal_tsd_key_t print_tsd_key;
|
||||||
static char* opal_hwloc_print_null = "NULL";
|
char* opal_hwloc_print_null = "NULL";
|
||||||
|
|
||||||
static void buffer_cleanup(void *value)
|
static void buffer_cleanup(void *value)
|
||||||
{
|
{
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user