Browse Source

Fix build

Samuel Thibault 11 years ago
parent
commit
b635abec48
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/simgrid.c

+ 1 - 1
src/core/simgrid.c

@@ -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))
 		return 0;
 
 	memsize = MSG_host_get_property_value(host, "memsize");