Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Specialize parameter for simcall execution_test.
[simgrid.git] / src / simix / ActorImpl.hpp
index 561d1e8a633391fbccdd899b1d6f5a40e1e51203..2ca5dc3065bf2c903ecd6012335c1bbce23087e6 100644 (file)
@@ -70,7 +70,7 @@ public:
   std::vector<s_smx_process_exit_fun_t> on_exit; /* list of functions executed when the process dies */
 
   std::function<void()> code;
-  smx_timer_t kill_timer = nullptr;
+  simix::Timer* kill_timer = nullptr;
 
 private:
   /* Refcounting */