X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/56535a019ac972e398628cc6cb7f75cad04e6c4d..fcaee754669ca60c27288a8e290c25c5accdedbb:/src/simix/smx_network.c diff --git a/src/simix/smx_network.c b/src/simix/smx_network.c index c3265f6950..d4290260d6 100644 --- a/src/simix/smx_network.c +++ b/src/simix/smx_network.c @@ -888,7 +888,7 @@ void SIMIX_comm_copy_data(smx_action_t comm) if (buff_size == 0) return; - (*SIMIX_comm_copy_data_callback) (comm, buff_size); + SIMIX_comm_copy_data_callback(comm, buff_size); /* Set the copied flag so we copy data only once */ /* (this function might be called from both communication ends) */