X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1adbcb0ce38e18e5bab8a699236e5128f506e603..5e2c8aeab0ec45fb9945018b9de3cab5c1019875:/src/surf/surf.hpp diff --git a/src/surf/surf.hpp b/src/surf/surf.hpp index 8415040197..8f4d918410 100644 --- a/src/surf/surf.hpp +++ b/src/surf/surf.hpp @@ -208,14 +208,13 @@ public: ResourceLmm() : p_constraint(NULL) { p_power.event = NULL; }; - ResourceLmm(surf_model_t model, const char *name, xbt_dict_t props, - lmm_system_t system, - double constraint_value, - tmgr_history_t history, - e_surf_resource_state_t state_init, - tmgr_trace_t state_trace, - double metric_peak, - tmgr_trace_t metric_trace); + ResourceLmm(lmm_system_t system, + double constraint_value, + tmgr_history_t history, + e_surf_resource_state_t state_init, + tmgr_trace_t state_trace, + double metric_peak, + tmgr_trace_t metric_trace); ~ResourceLmm() { }; lmm_constraint_t p_constraint;