Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanups: there is no random in the platforms since a while
[simgrid.git] / src / surf / callbacks.h
index 4d8d66c..4713790 100644 (file)
@@ -18,8 +18,7 @@
 
 SG_BEGIN_DECL();
 
-XBT_PRIVATE void surf_host_created_callback(void (*callback)(sg_host_t));
-XBT_PRIVATE void surf_storage_created_callback(void (*callback)(sg_storage_t));
+XBT_PRIVATE void surf_on_storage_created(void (*callback)(sg_storage_t));
 
 SG_END_DECL();