X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ed9b07e5c0c7eb6d4d38b0fe5aaea80d6996a8a7..242fde5e8077f8193db4df5f262a9672085c8d8a:/examples/msg/cloud/simple_vm.c diff --git a/examples/msg/cloud/simple_vm.c b/examples/msg/cloud/simple_vm.c index 3d10a25bc8..b1f1220f34 100644 --- a/examples/msg/cloud/simple_vm.c +++ b/examples/msg/cloud/simple_vm.c @@ -255,7 +255,7 @@ static int master_main(int argc, char *argv[]) XBT_INFO("### Relocate VM0 between PM0 and PM1"); vm0 = MSG_vm_create_core(pm0, "VM0"); { - s_ws_params_t params; + s_vm_params_t params; memset(¶ms, 0, sizeof(params)); params.ramsize = 1L * 1024 * 1024 * 1024; // 1Gbytes MSG_host_set_params(vm0, ¶ms);