Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill useless typedef s_smx_simcall_t.
[simgrid.git] / src / simix / ActorImpl.hpp
index 7fb9ab5..f0fc0bc 100644 (file)
@@ -70,7 +70,7 @@ public:
 
   smx_activity_t waiting_synchro = nullptr; /* the current blocking synchro if any */
   std::list<smx_activity_t> comms;          /* the current non-blocking communication synchros */
-  s_smx_simcall_t simcall;
+  s_smx_simcall simcall;
   void* userdata = nullptr;                      /* kept for compatibility, it should be replaced with moddata */
   std::vector<s_smx_process_exit_fun_t> on_exit; /* list of functions executed when the process dies */