1
1

coll/ml: declare a global variable as static to avoid an uninitialized common symbol.

Этот коммит содержится в:
Gilles Gouaillardet 2015-09-07 14:56:03 +09:00
родитель 1989999543
Коммит 56f8a7b840

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

@ -17,7 +17,7 @@
#include "coll_ml_inlines.h"
#include "coll_ml_allocation.h"
long memory_buffer_index;
static long memory_buffer_index;
mca_bcol_base_memory_block_desc_t *mca_coll_ml_allocate_block(struct mca_coll_ml_component_t *ml_component,
mca_bcol_base_memory_block_desc_t *ml_memblock)