Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Since we skip a release, use XBT_ATTRIB_DEPRECATED_v338 instead of v337
[simgrid.git] / include / xbt / virtu.h
index 0789a9a..9696e53 100644 (file)
 #include <simgrid/actor.h>
 #include <xbt/base.h>
 
-// avoid deprecation warning on include (remove entire file with XBT_ATTRIB_DEPRECATED_v337)
+// avoid deprecation warning on include (remove entire file with XBT_ATTRIB_DEPRECATED_v338)
 #ifndef XBT_VIRTU_H_NO_DEPRECATED_WARNING
 #warning xbt/virtu.h is deprecated and will be removed in v3.37.
 #endif
 
 SG_BEGIN_DECL
 
-XBT_ATTRIB_DEPRECATED_v337("Please use sg_actor_self_get_name()") static const char* xbt_procname(void)
+XBT_ATTRIB_DEPRECATED_v338("Please use sg_actor_self_get_name()") static const char* xbt_procname(void)
 {
   return sg_actor_self_get_name();
 }
 
-XBT_ATTRIB_DEPRECATED_v337("Please use sg_actor_self_get_pid()") static int xbt_getpid(void)
+XBT_ATTRIB_DEPRECATED_v338("Please use sg_actor_self_get_pid()") static int xbt_getpid(void)
 {
   return sg_actor_self_get_pid();
 };