Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
useless morning cleanups
[simgrid.git] / src / smpi / plugins / ampi / ampi.hpp
index 7f3912e..307c530 100644 (file)
@@ -1,10 +1,10 @@
-/* Copyright (c) 2010-2018. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2010-2020. 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. */
 
-#ifndef AMPI_HPP
-#define AMPI_HPP
+#ifndef INSTR_AMPI_HPP_
+#define INSTR_AMPI_HPP_
 
 #include <simgrid/s4u.hpp>
 
@@ -12,11 +12,11 @@ namespace simgrid {
 namespace smpi {
 namespace plugin {
 namespace ampi {
-  extern simgrid::xbt::signal<void(simgrid::s4u::ActorPtr)> on_iteration_out;
-  extern simgrid::xbt::signal<void(simgrid::s4u::ActorPtr)> on_iteration_in;
-}
-}
-}
-}
+extern xbt::signal<void(s4u::Actor const&)> on_iteration_out;
+extern xbt::signal<void(s4u::Actor const&)> on_iteration_in;
+} // namespace ampi
+} // namespace plugin
+} // namespace smpi
+} // namespace simgrid
 
 #endif