Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update python/clusters-multicpu to the new API.
[simgrid.git] / include / simgrid / s4u / Disk.hpp
index 8a09719b6ecfee083b8bb0a7766e089296a930f7..eec006c2f6a154ed54e0ebe158307d68bbed25a5 100644 (file)
@@ -150,7 +150,7 @@ public:
     on_this_onoff.connect(cb);
   }
 
-  XBT_ATTRIB_DEPRECATED_v337("Please use on_onoff_cb() instead") static void on_state_change_cb(
+  XBT_ATTRIB_DEPRECATED_v338("Please use on_onoff_cb() instead") static void on_state_change_cb(
       const std::function<void(Disk const&)>& cb)
   {
     on_onoff.connect(cb);