Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mmalloc] Extends the junk area and use finer grained allocations
[simgrid.git] / src / surf / surf_routing_generic.hpp
index 7c99e58fdd20da83e6d9cc10c82d82d0fa603283..53928b152be776f840b225136a327a84331c4ae6 100644 (file)
@@ -1,3 +1,9 @@
+/* Copyright (c) 2013-2014. The SimGrid Team.
+ * All rights reserved.                                                     */
+
+/* This program is free software; you can redistribute it and/or modify it
+ * under the terms of the license (GNU LGPL) which comes with this package. */
+
 #include "surf_routing_none.hpp"
 
 #ifndef SURF_ROUTING_GENERIC_HPP_
@@ -6,6 +12,8 @@
 class AsGeneric;
 typedef AsGeneric *AsGenericPtr;
 
+void generic_free_route(sg_platf_route_cbarg_t route);
+
 class AsGeneric : public AsNone {
 public:
   AsGeneric();