X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/149c63f36e15b8500b1e826bda5138318ff7ba2b..471d0736505fc6cfd8f018bdeb8bd3846ee2adad:/include/simgrid/vm.h diff --git a/include/simgrid/vm.h b/include/simgrid/vm.h index b9f77d0fec..a89e274e15 100644 --- a/include/simgrid/vm.h +++ b/include/simgrid/vm.h @@ -1,4 +1,4 @@ -/* Public interface to the Link datatype */ +/* Public interface to the Virtual Machine datatype */ /* Copyright (c) 2018-2020. The SimGrid Team. All rights reserved. */ @@ -14,16 +14,8 @@ /* C interface */ SG_BEGIN_DECL -/** @brief Opaque type describing a Virtual Machine. - * @ingroup msg_VMs - * - * All this is highly experimental and the interface will probably change in the future. - * Please don't depend on this yet (although testing is welcomed if you feel so). - * Usual lack of guaranty of any kind applies here, and is even increased. - * - */ XBT_PUBLIC sg_vm_t sg_vm_create_core(sg_host_t pm, const char* name); -XBT_PUBLIC sg_vm_t sg_vm_create_multicore(sg_host_t pm, const char* name, int coreAmount); +XBT_PUBLIC sg_vm_t sg_vm_create_multicore(sg_host_t pm, const char* name, int core_amount); XBT_PUBLIC int sg_vm_is_created(sg_vm_t vm); XBT_PUBLIC int sg_vm_is_running(sg_vm_t vm);