X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0e60eb5e5f8cacfcb265c7387b68301b8f1c006c..aab40b3fc85c15a347487954ae41ea2da113f32f:/src/msg/msg_vm.c diff --git a/src/msg/msg_vm.c b/src/msg/msg_vm.c index 66e1bc7921..fc9edcb15e 100644 --- a/src/msg/msg_vm.c +++ b/src/msg/msg_vm.c @@ -10,11 +10,8 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(msg_vm, msg, "Cloud-oriented parts of the MSG API"); -/** @brief Create a new (empty) VMs. +/** @brief Create a new VM (the VM is just attached to the location but it is not started yet). * @ingroup msg_VMs - * - * @bug it is expected that in the future, the coreAmount parameter will be used - * to add extra constraints on the execution, but the argument is ignored for now. */ msg_vm_t MSG_vm_create(msg_host_t location, const char *name,