]> AND Public Git Repository - simgrid.git/blobdiff - src/smpi/include/smpi_replay.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Convert Api::get_maxpid() into RemoteApp::get_maxpid()
[simgrid.git] / src / smpi / include / smpi_replay.hpp
index c5c52891fc6d3edacb8035eebe63c187d526147d..3c799138a786f2646457a276bb751014da474f71 100644 (file)
@@ -62,7 +62,7 @@ class SendOrRecvParser : public ActionArgParser {
 public:
   /* communication partner; if we send, this is the receiver and vice versa */
   int partner;
-  size_t size;
+  ssize_t size;
   int tag;
   MPI_Datatype datatype1;