From: suter Date: Tue, 30 Oct 2012 19:50:41 +0000 (+0100) Subject: use MSG_host_set_property_value everywhere X-Git-Tag: v3_9_rc1~91^2~137^2~1 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c66ded12fe49506aa0d7db41ae64554af0e8f481 use MSG_host_set_property_value everywhere --- diff --git a/examples/msg/properties/msg_prop.c b/examples/msg/properties/msg_prop.c index 17fac55981..efbc52c9e2 100644 --- a/examples/msg/properties/msg_prop.c +++ b/examples/msg/properties/msg_prop.c @@ -74,7 +74,7 @@ static void test_host(const char*hostname) XBT_INFO(" Property: %s old value: %s", exist, value); /* Restore the value for the next test */ - xbt_dict_set(props, exist, xbt_strdup("180"), NULL); + MSG_host_set_property_value(thehost, exist, xbt_strdup("180"), NULL); } int alice(int argc, char *argv[]) { /* Dump what we have on the current host */