]> AND Private Git Repository - loba.git/blobdiff - messages.h
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Try to describe load-balancing algorithms.
[loba.git] / messages.h
index 70d675da7994f971efc41aca6bc4844f810a85ad..605b3be1e42282fa87bf5ac5cdb3cf5a6f9bd292 100644 (file)
@@ -14,6 +14,7 @@ public:
 
     message_type get_type() const       { return type;   }
     double get_amount() const           { return amount; }
+    double get_size() const;
 
     std::string to_string();