Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
obey our coding standards, and snake_case some parts of MC
[simgrid.git] / src / simix / smx_global.cpp
index 2662eba..25ce054 100644 (file)
@@ -467,7 +467,7 @@ void SIMIX_run()
        */
 
       for (smx_actor_t const& process : simix_global->actors_that_ran) {
-        if (process->simcall.call != SIMCALL_NONE) {
+        if (process->simcall.call_ != SIMCALL_NONE) {
           process->simcall_handle(0);
         }
       }