From: Arnaud Giersch Date: Wed, 17 Jan 2018 17:08:38 +0000 (+0100) Subject: Keep deprecated functions for three versions as usual. X-Git-Tag: v3.19~321 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b2703f0d6d70062bc2074d9b60258356f23d18ba Keep deprecated functions for three versions as usual. --- diff --git a/include/simgrid/msg.h b/include/simgrid/msg.h index da53555456..c3fdd2516b 100644 --- a/include/simgrid/msg.h +++ b/include/simgrid/msg.h @@ -417,8 +417,8 @@ XBT_PUBLIC(size_t) MSG_vm_get_ramsize(msg_vm_t vm); XBT_PUBLIC(msg_vm_t) MSG_vm_create_core(msg_host_t location, const char *name); XBT_PUBLIC(msg_vm_t) MSG_vm_create_multicore(msg_host_t pm, const char* name, int coreAmount); -XBT_ATTRIB_DEPRECATED_v321("Use MSG_vm_create_migratable() from the live migration plugin: " - "v3.21 will drop MSG_vm_create() completely.") static msg_vm_t +XBT_ATTRIB_DEPRECATED_v322("Use MSG_vm_create_migratable() from the live migration plugin: " + "v3.22 will drop MSG_vm_create() completely.") static msg_vm_t MSG_vm_create(msg_host_t ind_pm, const char* name, int coreAmount, int ramsize, int mig_netspeed, int dp_intensity) { return sg_vm_create_migratable(ind_pm, name, coreAmount, ramsize, mig_netspeed, dp_intensity);