Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mc: move some files related to ELF, DWARF or unwind reading into their own directory
[simgrid.git] / src / mc / Session.hpp
index 39ab91a..342e37c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2016-2018. The SimGrid Team.
+/* Copyright (c) 2016-2019. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -64,7 +64,7 @@ public:
    *
    *  The code is expected to `exec` the model-checker program.
    */
-  static Session* fork(std::function<void()> code);
+  static Session* fork(const std::function<void()>& code);
 
   /** Spawn a model-checked process
    *