X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8be7ea3f9e71cd563e91b6aba63f5c70f043fbd5..2c3da798b790ca00b79a6131e1701c4a60fbe5f1:/src/smpi/private.h diff --git a/src/smpi/private.h b/src/smpi/private.h index 3d5ded9701..18049de4d5 100644 --- a/src/smpi/private.h +++ b/src/smpi/private.h @@ -285,6 +285,7 @@ int smpi_coll_basic_alltoallv(void *sendbuf, int *sendcounts, MPI_Comm comm); // utilities +extern int smpi_sample_is_running; void smpi_bench_destroy(void); void smpi_bench_begin(void); void smpi_bench_end(void);