X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/047872771f0685df5ad0db3422b3333e26696330..9caf173e476622d309cc5653a83d224d05787cc7:/src/surf/host_clm03.cpp diff --git a/src/surf/host_clm03.cpp b/src/surf/host_clm03.cpp index 3cbf508945..84127e0d1e 100644 --- a/src/surf/host_clm03.cpp +++ b/src/surf/host_clm03.cpp @@ -47,11 +47,11 @@ namespace surf { double HostCLM03Model::next_occuring_event(double now) { - ignoreEmptyVmInPmLMM(); + ignore_empty_vm_in_pm_LMM(); double min_by_cpu = surf_cpu_model_pm->next_occuring_event(now); double min_by_net = - surf_network_model->nextOccuringEventIsIdempotent() ? surf_network_model->next_occuring_event(now) : -1; + surf_network_model->next_occuring_event_is_idempotent() ? surf_network_model->next_occuring_event(now) : -1; double min_by_sto = surf_storage_model->next_occuring_event(now); XBT_DEBUG("model %p, %s min_by_cpu %f, %s min_by_net %f, %s min_by_sto %f",