@@ -69,7 +69,7 @@ unsigned long long _starpu_simgrid_get_memsize(const char *prefix, unsigned devi
if (!host)
return 0;
- if (!MSG_host_get_properties())
+ if (!MSG_host_get_properties(host))
memsize = MSG_host_get_property_value(host, "memsize");