]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/network_ib.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SMPI: add check for buffer size in windows creation (thx MBI)
[simgrid.git] / src / surf / network_ib.hpp
index 37884ed705431cc78f9c04e450351cf801334fd6..f130d1c9fde4a5d0115605f16507dd105399f662 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2014-2021. The SimGrid Team.
+/* Copyright (c) 2014-2022. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -55,7 +55,7 @@ public:
 
   static void IB_create_host_callback(s4u::Host const& host);
   static void IB_action_state_changed_callback(NetworkAction& action, Action::State /*previous*/);
-  static void IB_action_init_callback(NetworkAction& action);
+  static void IB_comm_start_callback(const activity::CommImpl& comm);
 };
 } // namespace resource
 } // namespace kernel