Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove the argc/argv version of simcall_process_create
[simgrid.git] / src / mc / mc_unw.hpp
index f776a95..f3c2e8d 100644 (file)
@@ -50,6 +50,7 @@ class UnwindContext {
 
 public:
   UnwindContext() = default;
+  UnwindContext(const UnwindContext&) = default;
   ~UnwindContext() { clear(); }
   void initialize(simgrid::mc::RemoteClient* process, unw_context_t* c);
   void clear();