Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
start refreshing and fixing the GTNetS interface (WIP)
[simgrid.git] / src / surf / network_smpi.hpp
index 25e958c..879d59c 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 "network_cm02.hpp"
 
 /***********
@@ -20,7 +26,7 @@ public:
   NetworkSmpiModel();
   ~NetworkSmpiModel();
 
-  void gapAppend(double size, const NetworkLinkPtr link, NetworkActionPtr action);
+  void gapAppend(double size, Link* link, NetworkActionPtr action);
   void gapRemove(ActionPtr action);
   double latencyFactor(double size);
   double bandwidthFactor(double size);