Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add some accessors
[simgrid.git] / src / smpi / smpi_request.hpp
index 17d43f7..561dbf5 100644 (file)
@@ -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();