X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/700d4eee4a8f298501562f8a55686b371763d0ed..64e7c8f9110c7054fa1ea365b750c737171c66ef:/src/smpi/smpi_request.hpp diff --git a/src/smpi/smpi_request.hpp b/src/smpi/smpi_request.hpp index 17d43f78ba..561dbf509e 100644 --- a/src/smpi/smpi_request.hpp +++ b/src/smpi/smpi_request.hpp @@ -42,6 +42,8 @@ class Request { Request(); Request(void *buf, int count, MPI_Datatype datatype, int src, int dst, int tag, MPI_Comm comm, unsigned flags); MPI_Comm comm(); + size_t size(); + size_t real_size(); int src(); int dst(); int tag();