Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix doc.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 22 Nov 2022 10:43:28 +0000 (11:43 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 22 Nov 2022 10:43:28 +0000 (11:43 +0100)
src/kernel/resource/NetworkModel.hpp

index e507e0f..fe822a3 100644 (file)
@@ -75,8 +75,8 @@ public:
   /** @brief Constructor
    *
    * @param model The NetworkModel associated to this NetworkAction
-   * @param cost The cost of this  NetworkAction in [TODO]
-   * @param failed [description]
+   * @param cost The cost of this  NetworkAction in bytes
+   * @param failed Actions can be created in a failed state
    */
   NetworkAction(Model* model, s4u::Host& src, s4u::Host& dst, double cost, bool failed)
       : Action(model, cost, failed), src_(src), dst_(dst)