X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fec14532fe6d78b5a7a56cb53b886b6658b4e223..1dab349dd1ee15cf92ba34bdf609a57a1b9287bf:/src/smpi/smpi_base.cpp diff --git a/src/smpi/smpi_base.cpp b/src/smpi/smpi_base.cpp index 2f2939f792..011c539613 100644 --- a/src/smpi/smpi_base.cpp +++ b/src/smpi/smpi_base.cpp @@ -74,7 +74,7 @@ static int match_send(void* a, void* b,smx_synchro_t ignored) { typedef struct s_smpi_factor_multival *smpi_os_factor_multival_t; typedef struct s_smpi_factor_multival { // FIXME: this should be merged (deduplicated) with s_smpi_factor defined in network_smpi.c long factor=0; - std::vector values; /** We allocate arbitrarily 4 elements **/ + std::vector values; } s_smpi_factor_multival_t; std::vector smpi_os_values;