Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix another example
authorMartin Quinson <martin.quinson@loria.fr>
Fri, 28 Oct 2016 16:58:23 +0000 (18:58 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Fri, 28 Oct 2016 16:58:23 +0000 (18:58 +0200)
examples/msg/io-storage/io-storage.c

index 6792f1d..e63f69a 100644 (file)
@@ -118,7 +118,7 @@ int main(int argc, char *argv[])
   MSG_create_environment(argv[1]);
   MSG_function_register("host", host);
   xbt_dynar_t hosts =  MSG_hosts_as_dynar();
   MSG_create_environment(argv[1]);
   MSG_function_register("host", host);
   xbt_dynar_t hosts =  MSG_hosts_as_dynar();
-  MSG_process_create(NULL, host, NULL, xbt_dynar_get_as(hosts,0,msg_host_t) );
+  MSG_process_create(NULL, host, NULL, xbt_dynar_get_as(hosts, 3, msg_host_t));
   xbt_dynar_free(&hosts);
 
   msg_error_t res = MSG_main();
   xbt_dynar_free(&hosts);
 
   msg_error_t res = MSG_main();