Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove surf_on_host_created() declaration
authorGabriel Corona <gabriel.corona@loria.fr>
Fri, 15 Jan 2016 09:03:32 +0000 (10:03 +0100)
committerGabriel Corona <gabriel.corona@loria.fr>
Fri, 15 Jan 2016 09:03:32 +0000 (10:03 +0100)
Thos function does not exist anymore.

src/surf/callbacks.h

index 3f2b1b6..4713790 100644 (file)
@@ -18,7 +18,6 @@
 
 SG_BEGIN_DECL();
 
-XBT_PRIVATE void surf_on_host_created(void (*callback)(sg_host_t));
 XBT_PRIVATE void surf_on_storage_created(void (*callback)(sg_storage_t));
 
 SG_END_DECL();