X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/266990bfb49caf8fb62fb1af74716ebbcd4bc923..fcfc285a211242ff365a365ffdcd3fab0f426a29:/include/simgrid/msg.h diff --git a/include/simgrid/msg.h b/include/simgrid/msg.h index 515b066c12..1092890a09 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);