X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f04cb933da95f9df2da6d58a72a7b1da12582f7d..d46afc036c17f291795eaaab14ce42d0a96e3feb:/include/simgrid/msg.h diff --git a/include/simgrid/msg.h b/include/simgrid/msg.h index 1df82a2f52..2abf905374 100644 --- a/include/simgrid/msg.h +++ b/include/simgrid/msg.h @@ -119,10 +119,6 @@ XBT_PUBLIC sg_host_t MSG_host_self(); /* ******************************** VMs ************************************* */ typedef sg_vm_t msg_vm_t; -XBT_ATTRIB_DEPRECATED_v322("Use sg_vm_create_migratable() from the live migration plugin: " - "v3.22 will drop MSG_vm_create() completely.") XBT_PUBLIC sg_vm_t - MSG_vm_create(sg_host_t ind_pm, const char* name, int coreAmount, int ramsize, int mig_netspeed, int dp_intensity); - XBT_PUBLIC msg_vm_t MSG_vm_create_core(msg_host_t pm, const char* name); XBT_PUBLIC msg_vm_t MSG_vm_create_multicore(msg_host_t pm, const char* name, int coreAmount);