X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f173733995681c8fb284c4fb2d5e24e3bf251532..f4efc3223e7563fe510e53c62f4527c2d3f5fbb0:/src/surf/virtual_machine.hpp diff --git a/src/surf/virtual_machine.hpp b/src/surf/virtual_machine.hpp index 47ad8c5881..05ecaf32bf 100644 --- a/src/surf/virtual_machine.hpp +++ b/src/surf/virtual_machine.hpp @@ -117,7 +117,7 @@ public: s4u::Host *createVM(const char *name, sg_host_t host_PM); void adjustWeightOfDummyCpuActions() override {}; - double next_occuring_event(double now) override; + double nextOccuringEvent(double now) override; void updateActionsState(double /*now*/, double /*delta*/) override {}; };