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

Public GIT Repository
Stop copying transitions around since that would shorten the virtual methods
[simgrid.git] / src / mc / Session.hpp
index d89b7027ae094b00b451d3f078da2380071882f2..53161e13bc4c772306750e47af813cf4972134cb 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2016-2021. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2016-2022. 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. */
@@ -8,6 +8,7 @@
 
 #include "simgrid/forward.h"
 #include "src/mc/ModelChecker.hpp"
+#include "src/mc/remote/RemotePtr.hpp"
 
 #include <functional>
 
@@ -45,7 +46,6 @@ public:
   void close();
 
   void take_initial_snapshot();
-  void execute(Transition const& transition) const;
   void log_state() const;
 
   void restore_initial_state() const;