1
1

Move missing piece to required visibility

This commit was SVN r27380.
Этот коммит содержится в:
Ralph Castain 2012-09-27 01:43:54 +00:00
родитель 54db4c35eb
Коммит 5639d1617f
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -85,6 +85,7 @@ typedef struct {
int cntr;
} opal_hwloc_print_buffers_t;
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);
#if OPAL_HAVE_HWLOC

Просмотреть файл

@ -307,7 +307,7 @@ int opal_hwloc_base_open(void)
static bool fns_init=false;
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)
{