Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fixed typo in documentation of surf_routing.hpp
[simgrid.git] / src / surf / network_cm02.hpp
index dc0028f..6eaa6a0 100644 (file)
@@ -59,6 +59,7 @@ public:
                                    xbt_dict_t properties);
   void addTraces();
   void updateActionsStateLazy(double now, double delta);
+  void updateActionsStateFull(double now, double delta);
   ActionPtr communicate(RoutingEdgePtr src, RoutingEdgePtr dst,
                                           double size, double rate);
 };