Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Start to update java bindings - Adrien
[simgrid.git] / src / msg / msg_vm.c
index ee2b580..9ab63ae 100644 (file)
@@ -183,7 +183,7 @@ msg_vm_t MSG_vm_create(msg_host_t ind_pm, const char *name,
     simcall_host_set_params(vm, &params);
   }
 
-  /* TODO: We will revisit the disk support later. */
+  /* TODO: Limit net capability, take into account disk considerations. */
 
   return vm;
 }