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

Public GIT Repository
add user friendly wrapper to set priorities on I/Os
[simgrid.git] / include / simgrid / s4u / Mailbox.hpp
index 3fabf154d36a618877c893bfc710962b329e6511..9687ef9ea9e89fb1cda6e5a05bcc9486f5120cdb 100644 (file)
@@ -47,7 +47,7 @@ public:
   bool empty() const;
 
   /* Returns the number of queued communications */
-  unsigned int size() const;
+  size_t size() const;
 
   /** Check if there is a communication going on in a mailbox. */
   bool listen() const;