From c66ded12fe49506aa0d7db41ae64554af0e8f481 Mon Sep 17 00:00:00 2001 From: suter Date: Tue, 30 Oct 2012 20:50:41 +0100 Subject: [PATCH] use MSG_host_set_property_value everywhere --- examples/msg/properties/msg_prop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.30.2