Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
active probing return to default value for STA nodes
[simgrid.git] / src / surf / network_ib.hpp
index 2d843a7f36db212bcf758d357fa5497c31102e2d..4b14ff2b6067261541628e2cc3deb7b62c75fd3e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2014-2019. The SimGrid Team.
+/* Copyright (c) 2014-2020. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -54,7 +54,6 @@ public:
 
   std::unordered_map<std::string, IBNode> active_nodes;
   std::unordered_map<NetworkAction*, std::pair<IBNode*, IBNode*>> active_comms;
-
 };
 } // namespace resource
 } // namespace kernel