Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill further globals
[simgrid.git] / src / surf / surf_private.h
index 0da0771..8739042 100644 (file)
@@ -107,7 +107,7 @@ typedef struct s_model_type {
   const char *name;
   const char *desc;
   AS_t (*create) ();
-  void (*end) ();
+  void (*end) (AS_t as);
 } s_routing_model_description_t, *routing_model_description_t;
 
 typedef struct s_route {