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

Public GIT Repository
cosmetics in routing
[simgrid.git] / src / surf / host_clm03.hpp
index 74bff01ee6f146c7f42e4b74e084eab7910f42c1..4c66fc7da65f4f86852cd1ca3e2ee0c92934924d 100644 (file)
@@ -31,7 +31,7 @@ class HostCLM03Model : public HostModel {
 public:
   HostCLM03Model(): HostModel(){}
   ~HostCLM03Model() {}
-  double shareResources(double now) override;
+  double next_occuring_event(double now) override;
 
   void updateActionsState(double now, double delta) override;
 };