From b1059fa6bdedc0fd84d6ab6001385f7db3b788a8 Mon Sep 17 00:00:00 2001 From: thiery Date: Fri, 3 Dec 2010 00:15:07 +0000 Subject: [PATCH] Fix compilation git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8965 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/bindings/lua/lua_console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings/lua/lua_console.c b/src/bindings/lua/lua_console.c index a1188a5e0a..bf71dd780d 100644 --- a/src/bindings/lua/lua_console.c +++ b/src/bindings/lua/lua_console.c @@ -56,7 +56,7 @@ static void create_host(const char *id, double power_peak, double power_sc, state_trace = tmgr_trace_new(""); current_property_set = xbt_dict_new(); surf_host_create_resource(xbt_strdup(id), power_peak, power_scale, - power_trace, state_initial, state_trace, + power_trace, 0, state_initial, state_trace, current_property_set); } -- 2.20.1